Spaces:
Sleeping
Sleeping
Upload app.py
Browse files
app.py
CHANGED
|
@@ -101,12 +101,10 @@ demo = gr.Interface(
|
|
| 101 |
cache_examples=True
|
| 102 |
)
|
| 103 |
|
| 104 |
-
# Launch
|
| 105 |
if __name__ == "__main__":
|
| 106 |
demo.launch(
|
| 107 |
-
share=False,
|
| 108 |
server_name="0.0.0.0",
|
| 109 |
server_port=7860,
|
| 110 |
-
|
| 111 |
-
enable_queue=True
|
| 112 |
)
|
|
|
|
| 101 |
cache_examples=True
|
| 102 |
)
|
| 103 |
|
| 104 |
+
# Launch configuration for Hugging Face Spaces
|
| 105 |
if __name__ == "__main__":
|
| 106 |
demo.launch(
|
|
|
|
| 107 |
server_name="0.0.0.0",
|
| 108 |
server_port=7860,
|
| 109 |
+
share=False
|
|
|
|
| 110 |
)
|