Spaces:
Runtime error
Runtime error
AchyuthGamer
commited on
Commit
•
58f41ae
1
Parent(s):
cf4893a
Update app.py
Browse files
app.py
CHANGED
@@ -12,7 +12,7 @@ import emoji
|
|
12 |
text_gen=gr.Interface.load("spaces/phenomenon1981/MagicPrompt-Stable-Diffusion")
|
13 |
def get_prompts(prompt_text):
|
14 |
if prompt_text:
|
15 |
-
return text_gen(prompt_text + " realistic, 8k, cyberpunk, highly detailed, ultra super realism, realism, high graphics")
|
16 |
else:
|
17 |
return text_gen("")
|
18 |
proc1=gr.Interface.load("models/kandinsky-community/kandinsky-2-1")
|
|
|
12 |
text_gen=gr.Interface.load("spaces/phenomenon1981/MagicPrompt-Stable-Diffusion")
|
13 |
def get_prompts(prompt_text):
|
14 |
if prompt_text:
|
15 |
+
return text_gen(prompt_text + " movie, movie scene, realistic movie scene, realistic, 8k, cyberpunk, highly detailed, ultra super realism, realism, high graphics")
|
16 |
else:
|
17 |
return text_gen("")
|
18 |
proc1=gr.Interface.load("models/kandinsky-community/kandinsky-2-1")
|