Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -29,7 +29,7 @@ with gr.Blocks() as demo:
|
|
| 29 |
|
| 30 |
# IMPORTANT: This is required in Hugging Face Spaces using Docker
|
| 31 |
if __name__ == "__main__":
|
| 32 |
-
demo.launch(server_name="0.0.0.0", server_port=7860
|
| 33 |
|
| 34 |
|
| 35 |
# ui = gr.Interface(
|
|
|
|
| 29 |
|
| 30 |
# IMPORTANT: This is required in Hugging Face Spaces using Docker
|
| 31 |
if __name__ == "__main__":
|
| 32 |
+
demo.launch(server_name="0.0.0.0", server_port=7860)
|
| 33 |
|
| 34 |
|
| 35 |
# ui = gr.Interface(
|