Spaces:
Build error
Build error
Update app.py
Browse files
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)
|