Spaces:
Runtime error
Runtime error
Change Server Port
Browse files
app.py
CHANGED
|
@@ -79,4 +79,4 @@ with gr.Blocks(theme=gr.themes.Soft()) as app:
|
|
| 79 |
# cache_examples=True, # cache examples to local storage
|
| 80 |
)
|
| 81 |
|
| 82 |
-
app.launch(
|
|
|
|
| 79 |
# cache_examples=True, # cache examples to local storage
|
| 80 |
)
|
| 81 |
|
| 82 |
+
app.launch()
|