Spaces:
Runtime error
Runtime error
Campfireman
commited on
Commit
•
b67094f
1
Parent(s):
dec008f
Update app.py
Browse files
app.py
CHANGED
@@ -79,7 +79,7 @@ def greet(total_pred_days):
|
|
79 |
|
80 |
demo = gr.Interface(
|
81 |
fn=greet,
|
82 |
-
inputs=gr.Slider(label="Days of prediction (start from tomorrow)", value=1, minimum=1, maximum=20, step=1)
|
83 |
outputs=gr.outputs.Textbox(label="Prediction results"),
|
84 |
)
|
85 |
|
|
|
79 |
|
80 |
demo = gr.Interface(
|
81 |
fn=greet,
|
82 |
+
inputs=gr.Slider(label="Days of prediction (start from tomorrow)", value=1, minimum=1, maximum=20, step=1),
|
83 |
outputs=gr.outputs.Textbox(label="Prediction results"),
|
84 |
)
|
85 |
|