Shaltiel commited on
Commit
f0584ba
1 Parent(s): 2f574e1

Fixed server port

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -98,4 +98,4 @@ with gr.Blocks(css='''
98
 
99
 
100
 
101
- demo.queue(api_open=False).launch(max_threads=10,height=800, share=False, allowed_paths=['dicta-logo.jpg'], server_port=7861)
 
98
 
99
 
100
 
101
+ demo.queue(api_open=False).launch(max_threads=10,height=800, share=False, allowed_paths=['dicta-logo.jpg'])