afkdark commited on
Commit
9acf77d
·
verified ·
1 Parent(s): 0340678

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -200,4 +200,4 @@ def generate_questions_from_text(text):
200
 
201
  # Launch the app if running directly
202
  if __name__ == "__main__":
203
- demo.launch()
 
200
 
201
  # Launch the app if running directly
202
  if __name__ == "__main__":
203
+ demo.launch(share=False)