AnsarUllahAnas commited on
Commit
45253a6
·
1 Parent(s): adb983b

Fix port conflict

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -42,4 +42,4 @@ demo = gr.Interface(
42
 
43
  # Launch the app
44
  if __name__ == "__main__":
45
- demo.launch(server_port=7861) # Disable SSR to avoid Node.js dependency
 
42
 
43
  # Launch the app
44
  if __name__ == "__main__":
45
+ demo.launch() # Disable SSR to avoid Node.js dependency