Spaces:
Sleeping
Sleeping
Commit
·
451ef44
1
Parent(s):
60e03b0
Update app.py
Browse files
app.py
CHANGED
@@ -279,5 +279,4 @@ with gr.Blocks(title="RecurrentGPT", css="footer {visibility: hidden}", theme="d
|
|
279 |
demo.queue(concurrency_count=1)
|
280 |
|
281 |
if __name__ == "__main__":
|
282 |
-
demo.launch(
|
283 |
-
server_name="0.0.0.0", show_api=False)
|
|
|
279 |
demo.queue(concurrency_count=1)
|
280 |
|
281 |
if __name__ == "__main__":
|
282 |
+
demo.launch()
|
|