Bobholamovic
commited on
Commit
·
e5663e2
1
Parent(s):
b6bd065
Fix port
Browse files
app.py
CHANGED
@@ -513,6 +513,6 @@ with gr.Blocks(css=CSS, title="Document Analysis System") as demo:
|
|
513 |
if __name__ == "__main__":
|
514 |
demo.launch(
|
515 |
server_name="0.0.0.0",
|
516 |
-
server_port=
|
517 |
favicon_path=LOGO_PATH,
|
518 |
)
|
|
|
513 |
if __name__ == "__main__":
|
514 |
demo.launch(
|
515 |
server_name="0.0.0.0",
|
516 |
+
server_port=7860,
|
517 |
favicon_path=LOGO_PATH,
|
518 |
)
|