Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -11,11 +11,11 @@ def SetIframeURL(option_selected):
|
|
11 |
if (option_selected=='Collager'):
|
12 |
src='https://www.artbreeder.com/'
|
13 |
if (option_selected=='Midjourney'):
|
14 |
-
src='https://www.midjourney.com/
|
15 |
if (option_selected=='DreamStudio'):
|
16 |
-
src='https://beta.dreamstudio.ai/
|
17 |
if (option_selected=='NightCafe'):
|
18 |
-
src='https://creator.nightcafe.studio/
|
19 |
if (option_selected=='RunwayML'):
|
20 |
src='https://app.runwayml.com/'
|
21 |
|
|
|
11 |
if (option_selected=='Collager'):
|
12 |
src='https://www.artbreeder.com/'
|
13 |
if (option_selected=='Midjourney'):
|
14 |
+
src='https://www.midjourney.com/'
|
15 |
if (option_selected=='DreamStudio'):
|
16 |
+
src='https://beta.dreamstudio.ai/'
|
17 |
if (option_selected=='NightCafe'):
|
18 |
+
src='https://creator.nightcafe.studio/'
|
19 |
if (option_selected=='RunwayML'):
|
20 |
src='https://app.runwayml.com/'
|
21 |
|