Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -135,4 +135,4 @@ def publish(textbox_system_prompt, textbox_title, textbox_example, textbox_token
|
|
| 135 |
with gr.Blocks(css=css) as demo:
|
| 136 |
# ... (The rest of your Gradio UI setup)
|
| 137 |
|
| 138 |
-
demo.launch(share=True)
|
|
|
|
| 135 |
with gr.Blocks(css=css) as demo:
|
| 136 |
# ... (The rest of your Gradio UI setup)
|
| 137 |
|
| 138 |
+
demo.launch(share=True)
|