awacke1 commited on
Commit
bf59746
·
1 Parent(s): 002987e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
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/app/users/779773261440614430/'
15
  if (option_selected=='DreamStudio'):
16
- src='https://beta.dreamstudio.ai/dream'
17
  if (option_selected=='NightCafe'):
18
- src='https://creator.nightcafe.studio/explore'
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