Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -30,8 +30,8 @@ def predict_final_answer(input_str):
|
|
| 30 |
# Predict tier7
|
| 31 |
prediction = model.predict(features_array)
|
| 32 |
ans = f"{prediction[0]:.9f}"
|
| 33 |
-
|
| 34 |
-
return
|
| 35 |
|
| 36 |
# --- Gradio Interface ---
|
| 37 |
iface = gr.Interface(
|
|
|
|
| 30 |
# Predict tier7
|
| 31 |
prediction = model.predict(features_array)
|
| 32 |
ans = f"{prediction[0]:.9f}"
|
| 33 |
+
|
| 34 |
+
return ans
|
| 35 |
|
| 36 |
# --- Gradio Interface ---
|
| 37 |
iface = gr.Interface(
|