re-type commited on
Commit
7a8c63a
·
verified ·
1 Parent(s): e52106a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -1021,8 +1021,7 @@ if __name__ == "__main__":
1021
  share=False, # Set to True if you want to create a public link
1022
  server_name="0.0.0.0", # Allow connections from any IP
1023
  server_port=7860, # Default Gradio port
1024
- show_error=True,
1025
- show_tips=True,
1026
  enable_queue=True, # Enable queuing for long-running tasks
1027
  max_threads=4 # Limit concurrent processing
1028
  )
 
1021
  share=False, # Set to True if you want to create a public link
1022
  server_name="0.0.0.0", # Allow connections from any IP
1023
  server_port=7860, # Default Gradio port
1024
+ show_error=True, # Show errors in the interface
 
1025
  enable_queue=True, # Enable queuing for long-running tasks
1026
  max_threads=4 # Limit concurrent processing
1027
  )