Spaces:
Runtime error
Runtime error
aliasgerovs
commited on
Commit
·
e0b6d77
1
Parent(s):
0143751
Updated
Browse files
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(
|
|
|
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)
|