Jangai commited on
Commit
81ec2b9
·
verified ·
1 Parent(s): 8dd6492

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -137,7 +137,7 @@ predict_interface = gr.Interface(
137
  outputs=gr.JSON(),
138
  title="Drawing Classifier",
139
  description="Draw something and the model will try to identify it!",
140
- live=True
141
  )
142
 
143
  feedback_interface = gr.Interface(
 
137
  outputs=gr.JSON(),
138
  title="Drawing Classifier",
139
  description="Draw something and the model will try to identify it!",
140
+ live=False
141
  )
142
 
143
  feedback_interface = gr.Interface(