Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -62,4 +62,4 @@ with gr.Blocks(css=".gradio-container {background-color: #0d1116;}") as demo:
|
|
| 62 |
cache_examples=False,
|
| 63 |
)
|
| 64 |
if __name__ == "__main__":
|
| 65 |
-
demo.launch(debug=True
|
|
|
|
| 62 |
cache_examples=False,
|
| 63 |
)
|
| 64 |
if __name__ == "__main__":
|
| 65 |
+
demo.launch(debug=True)
|