Spaces:
Sleeping
Sleeping
Kaixuanliu
commited on
Commit
•
aacdbea
1
Parent(s):
1332685
Update app.py
Browse files
app.py
CHANGED
@@ -102,4 +102,4 @@ with gr.Blocks(css=custom_css) as demo:
|
|
102 |
start_button.click(fn=excute_udiff, inputs=[drop_model, drop, shown_columns_step], outputs=[text_input, text_ouput], api_name="udiff")
|
103 |
|
104 |
|
105 |
-
demo.queue(
|
|
|
102 |
start_button.click(fn=excute_udiff, inputs=[drop_model, drop, shown_columns_step], outputs=[text_input, text_ouput], api_name="udiff")
|
103 |
|
104 |
|
105 |
+
demo.queue().launch(server_name='0.0.0.0')
|