Spaces:
Runtime error
Runtime error
aliasgerovs
commited on
Update app.py
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(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")
|