asiaao commited on
Commit
16d3622
·
verified ·
1 Parent(s): 10c0f96

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -39,5 +39,4 @@ with gr.Blocks() as app:
39
 
40
  # Launch the app
41
  if __name__ == "__main__":
42
- app.launch()
43
-
 
39
 
40
  # Launch the app
41
  if __name__ == "__main__":
42
+ app.launch(server_port=7861)