sashtech commited on
Commit
fe1087d
·
verified ·
1 Parent(s): 3fcf77a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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