pm6six commited on
Commit
2963c08
·
verified ·
1 Parent(s): 3098af2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -91,5 +91,6 @@ with gr.Blocks() as app:
91
  )
92
 
93
  if __name__ == "__main__":
94
- app.launch()
 
95
 
 
91
  )
92
 
93
  if __name__ == "__main__":
94
+ app.launch(server_port=7861)
95
+
96