Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -120,7 +120,6 @@ ari = adjusted_rand_score(y, cluster_labels)
|
|
| 120 |
print(f"Adjusted Rand Index (ARI): {ari}")
|
| 121 |
|
| 122 |
|
| 123 |
-
!pip install gradio
|
| 124 |
|
| 125 |
# Define the prediction function
|
| 126 |
def predict_price_range(battery_power, blue, clock_speed, dual_sim, fc, four_g, int_memory, m_dep, mobile_wt, n_cores, pc, px_height, px_width, ram, sc_h, sc_w, talk_time, three_g, touch_screen, wifi):
|
|
|
|
| 120 |
print(f"Adjusted Rand Index (ARI): {ari}")
|
| 121 |
|
| 122 |
|
|
|
|
| 123 |
|
| 124 |
# Define the prediction function
|
| 125 |
def predict_price_range(battery_power, blue, clock_speed, dual_sim, fc, four_g, int_memory, m_dep, mobile_wt, n_cores, pc, px_height, px_width, ram, sc_h, sc_w, talk_time, three_g, touch_screen, wifi):
|