Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -120,4 +120,4 @@ with gr.Blocks() as interface:
|
|
120 |
paraphrase_button.click(paraphrase_and_correct, inputs=text_input, outputs=output_label)
|
121 |
|
122 |
# Launch the Gradio app
|
123 |
-
interface.launch(debug=False)
|
|
|
120 |
paraphrase_button.click(paraphrase_and_correct, inputs=text_input, outputs=output_label)
|
121 |
|
122 |
# Launch the Gradio app
|
123 |
+
interface.launch(debug=False)
|