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