derek-thomas HF staff commited on
Commit
1337239
1 Parent(s): c1f39f8

Changing run to launch

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -139,5 +139,5 @@ async def community(payload: WebhookPayload):
139
 
140
 
141
  if __name__ == '__main__':
142
- app.run()
143
  # ui.queue().launch(server_name="0.0.0.0", show_error=True, server_port=7860)
 
139
 
140
 
141
  if __name__ == '__main__':
142
+ app.launch()
143
  # ui.queue().launch(server_name="0.0.0.0", show_error=True, server_port=7860)