Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -195,4 +195,4 @@ if __name__ == "__main__":
|
|
| 195 |
ui_components["task_number"], annotation_results, user_current_task]
|
| 196 |
)
|
| 197 |
|
| 198 |
-
demo.launch(auth=config.ANNOTATOR
|
|
|
|
| 195 |
ui_components["task_number"], annotation_results, user_current_task]
|
| 196 |
)
|
| 197 |
|
| 198 |
+
demo.launch(auth=config.ANNOTATOR,share=True,ssr_mode=False)
|