Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -47,4 +47,4 @@ with gr.Blocks(theme=gr.themes.Base()) as demo:
|
|
47 |
examples = gr.Examples(examples=["The rainbow car", "Ride the cloud into the night sky"],inputs=[text])
|
48 |
|
49 |
|
50 |
-
demo.launch(share=False)
|
|
|
47 |
examples = gr.Examples(examples=["The rainbow car", "Ride the cloud into the night sky"],inputs=[text])
|
48 |
|
49 |
|
50 |
+
demo.launch(share=False)
|