Spaces:
Running
on
Zero
Running
on
Zero
update app.py
Browse files
app.py
CHANGED
|
@@ -242,7 +242,4 @@ with gr.Blocks(theme=blue_theme, title="Audio ControlNet – Text to Audio") as
|
|
| 242 |
""")
|
| 243 |
|
| 244 |
if __name__ == "__main__":
|
| 245 |
-
demo.launch(
|
| 246 |
-
server_name="0.0.0.0",
|
| 247 |
-
server_port=7860
|
| 248 |
-
)
|
|
|
|
| 242 |
""")
|
| 243 |
|
| 244 |
if __name__ == "__main__":
|
| 245 |
+
demo.launch()
|
|
|
|
|
|
|
|
|