Spaces:
Running
Running
odi commited on
Commit ·
beddad0
1
Parent(s): 5ecfb75
UPDATE
Browse files
app.py
CHANGED
|
@@ -20,8 +20,9 @@ iface = gr.Interface(
|
|
| 20 |
gr.Dropdown(list((Somnium.Styles()).keys()), label="Select Style:")
|
| 21 |
],
|
| 22 |
outputs=gr.Image(show_download_button=False, show_share_button=False),
|
|
|
|
| 23 |
title="Somnium Image Generator"
|
| 24 |
)
|
| 25 |
|
| 26 |
# run the interface
|
| 27 |
-
iface.launch()
|
|
|
|
| 20 |
gr.Dropdown(list((Somnium.Styles()).keys()), label="Select Style:")
|
| 21 |
],
|
| 22 |
outputs=gr.Image(show_download_button=False, show_share_button=False),
|
| 23 |
+
allow_duplication=True,
|
| 24 |
title="Somnium Image Generator"
|
| 25 |
)
|
| 26 |
|
| 27 |
# run the interface
|
| 28 |
+
iface.launch(share=True, favicon_path="icon.png")
|