kasper-boy commited on
Commit
8acddaf
1 Parent(s): cf0b281

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -232,4 +232,7 @@ with gr.Blocks() as demo:
232
  ]
233
  )
234
 
235
- demo.launch(debug=False, show_error=True, max_threads=1)
 
 
 
 
232
  ]
233
  )
234
 
235
+ if __name__ == "__main__":
236
+ demo.launch()
237
+
238
+ #demo.launch(debug=False, show_error=True, max_threads=1)