Update app.py
Browse files
app.py
CHANGED
@@ -522,7 +522,7 @@ app = gr.mount_gradio_app(app, main_demo, path="/gradio", auth_dependency=get_us
|
|
522 |
|
523 |
|
524 |
def launch_gradio():
|
525 |
-
login_demo.launch(
|
526 |
|
527 |
|
528 |
import threading
|
|
|
522 |
|
523 |
|
524 |
def launch_gradio():
|
525 |
+
login_demo.launch(server_port=7860, share=True)
|
526 |
|
527 |
|
528 |
import threading
|