Update app.py
Browse files
app.py
CHANGED
@@ -228,4 +228,5 @@ with gr.Blocks() as demo:
|
|
228 |
|
229 |
button2.click(fn=paraphrase_and_correct, inputs=t2, outputs=result2)
|
230 |
|
231 |
-
|
|
|
|
228 |
|
229 |
button2.click(fn=paraphrase_and_correct, inputs=t2, outputs=result2)
|
230 |
|
231 |
+
# Launch the Gradio app
|
232 |
+
demo.launch()
|