treasuremars commited on
Commit
168b669
·
verified ·
1 Parent(s): c5c394f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -157,8 +157,7 @@ demo = gr.Interface(
157
  title=title,
158
  description=description,
159
  css=custom_css,
160
- allow_flagging="never",
161
- live=True
162
  )
163
 
164
  if __name__ == "__main__":
 
157
  title=title,
158
  description=description,
159
  css=custom_css,
160
+ allow_flagging="never"
 
161
  )
162
 
163
  if __name__ == "__main__":