Spaces:
mashroo
/
Running on Zero

YoussefAnso commited on
Commit
f084c0e
·
1 Parent(s): c7c39bf
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -257,6 +257,5 @@ with gr.Blocks() as demo:
257
  server_name="0.0.0.0",
258
  server_port=7860,
259
  share=True, # Enable public sharing
260
- show_error=True, # Show detailed error messages
261
- enable_queue=True # Enable request queuing
262
  )
 
257
  server_name="0.0.0.0",
258
  server_port=7860,
259
  share=True, # Enable public sharing
260
+ show_error=True # Show detailed error messages
 
261
  )