Update app.py
Browse files
app.py
CHANGED
@@ -131,5 +131,5 @@ with gr.Blocks(css="""
|
|
131 |
clear_button.click(clear_inputs, outputs=[instruction, input_text])
|
132 |
|
133 |
# Launch the Gradio interface with sharing enabled
|
134 |
-
demo.launch(
|
135 |
|
|
|
131 |
clear_button.click(clear_inputs, outputs=[instruction, input_text])
|
132 |
|
133 |
# Launch the Gradio interface with sharing enabled
|
134 |
+
demo.launch()
|
135 |
|