Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -214,5 +214,5 @@ with gr.Blocks(theme=gr.themes.Soft(), css=css) as demo:
|
|
| 214 |
inputs=token_input,
|
| 215 |
outputs=[app_area, status_text],
|
| 216 |
)
|
| 217 |
-
|
| 218 |
demo.launch()
|
|
|
|
| 214 |
inputs=token_input,
|
| 215 |
outputs=[app_area, status_text],
|
| 216 |
)
|
| 217 |
+
|
| 218 |
demo.launch()
|