aliasgerovs commited on
Commit
e0b6d77
·
1 Parent(s): 0143751
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -247,4 +247,4 @@ with gr.Blocks() as demo:
247
  humanizer_btn.click(on_first_button_click, inputs=None, outputs=bcLabel2)
248
 
249
  if __name__ == "__main__":
250
- demo.launch(demo.launch(server_name="0.0.0.0"))
 
247
  humanizer_btn.click(on_first_button_click, inputs=None, outputs=bcLabel2)
248
 
249
  if __name__ == "__main__":
250
+ demo.launch(server_name="0.0.0.0", server_port=7890)