Spaces:
Sleeping
Sleeping
kz209
commited on
Commit
•
0ebcc76
1
Parent(s):
41b24c8
update
Browse files
app.py
CHANGED
@@ -30,6 +30,6 @@ with gr.Blocks() as demo:
|
|
30 |
|
31 |
|
32 |
if __name__ == "__main__":
|
33 |
-
demo.launch()
|
34 |
|
35 |
#iface.launch() # launch the Gradio app
|
|
|
30 |
|
31 |
|
32 |
if __name__ == "__main__":
|
33 |
+
demo.launch(server_port=7860)
|
34 |
|
35 |
#iface.launch() # launch the Gradio app
|