Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -59,4 +59,4 @@ inputs = [
|
|
59 |
|
60 |
outputs = gr.outputs.Number(label="Predicted Price")
|
61 |
|
62 |
-
gr.Interface(fn=predict, inputs=inputs, outputs=outputs, title="MEXC Price Prediction", description="Predict MEXC contract price using custom Transformer model").launch()
|
|
|
59 |
|
60 |
outputs = gr.outputs.Number(label="Predicted Price")
|
61 |
|
62 |
+
gr.Interface(fn=predict, inputs=inputs, outputs=outputs, title="MEXC Price Prediction", description="Predict MEXC contract price using custom Transformer model").launch()
|