Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -104,4 +104,4 @@ The results presented in this interface are for entertainment purposes only and
|
|
104 |
In this text, users are informed about how to use the interface and the type of data on which the model was trained. It also emphasizes that the predictions are probabilistic and should not be used as a real-time application for earthquake predictions. As earthquakes can have serious consequences, users are reminded to seek reliable sources for verified information and advice.
|
105 |
"""
|
106 |
|
107 |
-
gr.Interface(fn=plot_func, inputs=inputs, outputs="plot", title=title, description=description
|
|
|
104 |
In this text, users are informed about how to use the interface and the type of data on which the model was trained. It also emphasizes that the predictions are probabilistic and should not be used as a real-time application for earthquake predictions. As earthquakes can have serious consequences, users are reminded to seek reliable sources for verified information and advice.
|
105 |
"""
|
106 |
|
107 |
+
gr.Interface(fn=plot_func, inputs=inputs, outputs="plot", title=title, description=description).launch()
|