Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -181,4 +181,4 @@ with gr.Blocks() as demo:
|
|
181 |
grammar_button.click(correct_grammar_tense_plural, inputs=grammar_input, outputs=grammar_output)
|
182 |
|
183 |
# Launch the app with all functionalities
|
184 |
-
demo.launch()
|
|
|
181 |
grammar_button.click(correct_grammar_tense_plural, inputs=grammar_input, outputs=grammar_output)
|
182 |
|
183 |
# Launch the app with all functionalities
|
184 |
+
demo.launch(share=True) # Enables public link sharing and could bypass local threading issues
|