Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -89,4 +89,4 @@ with gr.Blocks() as demo:
|
|
| 89 |
grammar_button.click(correct_grammar_with_gector, inputs=grammar_input, outputs=grammar_output)
|
| 90 |
|
| 91 |
# Launch the app with all functionalities
|
| 92 |
-
demo.launch()
|
|
|
|
| 89 |
grammar_button.click(correct_grammar_with_gector, inputs=grammar_input, outputs=grammar_output)
|
| 90 |
|
| 91 |
# Launch the app with all functionalities
|
| 92 |
+
demo.launch()
|