MySafeCode commited on
Commit
885ae10
·
verified ·
1 Parent(s): b260e64

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -7
app.py CHANGED
@@ -152,10 +152,5 @@ with gr.Blocks(
152
 
153
  # Launch configuration
154
  if __name__ == "__main__":
155
- demo.launch(
156
- share=False, # Set to True for public sharing link
157
- debug=True,
158
- server_name="0.0.0.0",
159
- server_port=7860,
160
- show_error=True
161
- )
 
152
 
153
  # Launch configuration
154
  if __name__ == "__main__":
155
+ demo.launch()
156
+ File 2: requirements.txt