titusz commited on
Commit
909172d
1 Parent(s): 12a4666

Synced repo using 'sync_with_huggingface' Github Action

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -175,5 +175,4 @@ demo = gr.TabbedInterface(
175
  )
176
 
177
  if __name__ == '__main__':
178
- demo.launch(debug=True, show_api=True)
179
-
 
175
  )
176
 
177
  if __name__ == '__main__':
178
+ demo.launch()