Spaces:
Runtime error
Runtime error
AchyuthGamer
commited on
Commit
•
6425b37
1
Parent(s):
9e1510a
Update app.py
Browse files
app.py
CHANGED
@@ -15,7 +15,7 @@ def get_prompts(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/
|
19 |
|
20 |
def restart_script_periodically():
|
21 |
while True:
|
|
|
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/digiplay/majicMIX_realistic_v6")
|
19 |
|
20 |
def restart_script_periodically():
|
21 |
while True:
|