Update app.py
Browse files
app.py
CHANGED
@@ -62,7 +62,7 @@ with gr.Blocks(title="TextGames", css=css, delete_cache=(3600, 3600)) as demo:
|
|
62 |
demo.launch(
|
63 |
auth=file_based_auth,
|
64 |
favicon_path=favicon_path if os.path.exists(favicon_path) else None,
|
65 |
-
share=True,
|
66 |
)
|
67 |
|
68 |
|
|
|
62 |
demo.launch(
|
63 |
auth=file_based_auth,
|
64 |
favicon_path=favicon_path if os.path.exists(favicon_path) else None,
|
65 |
+
# share=True,
|
66 |
)
|
67 |
|
68 |
|