Spaces:
Paused
Paused
Commit
·
28778a5
1
Parent(s):
511497f
update app
Browse files
app.py
CHANGED
@@ -145,4 +145,4 @@ if __name__ == "__main__":
|
|
145 |
allow_flagging=False,
|
146 |
theme=gr.themes.Default(),
|
147 |
)
|
148 |
-
gr_demo.launch(share=True, server_port=
|
|
|
145 |
allow_flagging=False,
|
146 |
theme=gr.themes.Default(),
|
147 |
)
|
148 |
+
gr_demo.launch(share=True, server_port=7860, favicon_path="./assets/reset.png")
|
demo.py
CHANGED
@@ -145,4 +145,4 @@ if __name__ == "__main__":
|
|
145 |
allow_flagging=False,
|
146 |
theme=gr.themes.Default(),
|
147 |
)
|
148 |
-
gr_demo.launch(share=True, server_port=
|
|
|
145 |
allow_flagging=False,
|
146 |
theme=gr.themes.Default(),
|
147 |
)
|
148 |
+
gr_demo.launch(share=True, server_port=7860, favicon_path="./assets/reset.png")
|