Spaces:
Paused
Paused
Commit
·
0a9ca68
1
Parent(s):
240bcc8
Update app.py
Browse files
app.py
CHANGED
@@ -93,4 +93,4 @@ with gr.Blocks() as demo:
|
|
93 |
|
94 |
if __name__ == "__main__":
|
95 |
demo.title = "WizardLM Doc Chat"
|
96 |
-
demo.launch(server_name="0.0.0.0", share=False)
|
|
|
93 |
|
94 |
if __name__ == "__main__":
|
95 |
demo.title = "WizardLM Doc Chat"
|
96 |
+
demo.launch(server_name="0.0.0.0", server_port=7860, share=False)
|