Spaces:
Runtime error
Runtime error
Remove share link.
Browse files
app.py
CHANGED
|
@@ -463,4 +463,4 @@ with gr.Blocks(title='MonsterGen') as demo:
|
|
| 463 |
demo.load(None, None, None, js=add_hotkeys())
|
| 464 |
|
| 465 |
if __name__ == "__main__":
|
| 466 |
-
demo.queue().launch(favicon_path="favicon-96x96.png"
|
|
|
|
| 463 |
demo.load(None, None, None, js=add_hotkeys())
|
| 464 |
|
| 465 |
if __name__ == "__main__":
|
| 466 |
+
demo.queue().launch(favicon_path="favicon-96x96.png")
|