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

Adding gradio args to webhook server

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.launch()
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(server_name="0.0.0.0", show_error=True, server_port=7860)
143
  # ui.queue().launch(server_name="0.0.0.0", show_error=True, server_port=7860)