jiehou commited on
Commit
7a9bd89
·
verified ·
1 Parent(s): 7bea5ad

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -179,6 +179,6 @@ interface = gr.Interface(fn=plot_figure,
179
  title="CSCI4750/5750 Demo: Web Application for Probabilistic Classifier (Single feature)",
180
  description= "Click examples below for a quick demo",
181
  theme = 'huggingface',
182
- layout = 'vertical', live=True
183
  )
184
  interface.launch(debug=True)
 
179
  title="CSCI4750/5750 Demo: Web Application for Probabilistic Classifier (Single feature)",
180
  description= "Click examples below for a quick demo",
181
  theme = 'huggingface',
182
+ layout = 'vertical'
183
  )
184
  interface.launch(debug=True)