Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -20,4 +20,4 @@ def demo():
|
|
20 |
os.system("gradio sketch")
|
21 |
with gr.Blocks(head=head) as app:
|
22 |
app.load(demo,None,None)
|
23 |
-
app.launch()
|
|
|
20 |
os.system("gradio sketch")
|
21 |
with gr.Blocks(head=head) as app:
|
22 |
app.load(demo,None,None)
|
23 |
+
app.launch(server_port=7861)
|