Spaces:
Runtime error
Runtime error
AchyuthGamer
commited on
Commit
•
4cdb99e
1
Parent(s):
3f7f7da
Update app.py
Browse files
app.py
CHANGED
@@ -9,7 +9,7 @@ from queue import Queue
|
|
9 |
from threading import Thread
|
10 |
import emoji
|
11 |
|
12 |
-
text_gen=gr.Interface.load("spaces/
|
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, key visual, intricate, highly detailed, breathtaking beauty, precise lineart, vibrant, comprehensive cinematic, trending on DIGITAL ART WEBSITE, best quality, ultra sharp focus, 8k, artgerm")
|
|
|
9 |
from threading import Thread
|
10 |
import emoji
|
11 |
|
12 |
+
text_gen=gr.Interface.load("spaces/AchyuthGamer/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, key visual, intricate, highly detailed, breathtaking beauty, precise lineart, vibrant, comprehensive cinematic, trending on DIGITAL ART WEBSITE, best quality, ultra sharp focus, 8k, artgerm")
|