Spaces:
Runtime error
Runtime error
Commit
·
6605cf7
1
Parent(s):
1d42bb2
Update app.py
Browse files
app.py
CHANGED
@@ -16,7 +16,7 @@ def get_prompts(prompt_text):
|
|
16 |
return text_gen("photo anime, masterpiece, high quality, absurdres, " + prompt_text)
|
17 |
else:
|
18 |
return text_gen("")
|
19 |
-
proc1=gr.Interface.load("models/jayavibhav/anime-dreamlike)
|
20 |
|
21 |
def restart_script_periodically():
|
22 |
while True:
|
|
|
16 |
return text_gen("photo anime, masterpiece, high quality, absurdres, " + prompt_text)
|
17 |
else:
|
18 |
return text_gen("")
|
19 |
+
proc1=gr.Interface.load("models/jayavibhav/anime-dreamlike")
|
20 |
|
21 |
def restart_script_periodically():
|
22 |
while True:
|