rishab1090 commited on
Commit
b04d195
·
verified ·
1 Parent(s): 4a38854

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -5
app.py CHANGED
@@ -200,8 +200,4 @@ demo = gr.Interface(
200
  # RUN
201
  # =====================
202
  if __name__ == "__main__":
203
- demo.launch(
204
- server_name="0.0.0.0",
205
- server_port=7860,
206
- ssr_mode=False # ✅ CRITICAL F
207
- )
 
200
  # RUN
201
  # =====================
202
  if __name__ == "__main__":
203
+ demo.launch(ssr_mode=False)