Spaces:
Running
Running
Commit
·
2c62242
1
Parent(s):
4de8947
adding it again
Browse files
app.py
CHANGED
@@ -229,7 +229,7 @@ app = gr.mount_gradio_app(app, demo, path="/hashiru", auth_dependency=get_user)
|
|
229 |
if __name__ == "__main__":
|
230 |
import uvicorn
|
231 |
|
232 |
-
if no_auth:
|
233 |
-
|
234 |
-
else:
|
235 |
-
uvicorn.run(app)
|
|
|
229 |
if __name__ == "__main__":
|
230 |
import uvicorn
|
231 |
|
232 |
+
# if no_auth:
|
233 |
+
demo.launch(favicon_path="favicon.ico")
|
234 |
+
# else:
|
235 |
+
# uvicorn.run(app)
|