Q-bert commited on
Commit
86384bc
1 Parent(s): 8c322e5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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, debugging=True).launch()
 
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()