rodrigomasini commited on
Commit
451ef44
·
1 Parent(s): 60e03b0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
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(server_port=8005, share=True,
283
- server_name="0.0.0.0", show_api=False)
 
279
  demo.queue(concurrency_count=1)
280
 
281
  if __name__ == "__main__":
282
+ demo.launch()