Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -17,7 +17,7 @@ def get_prompts(prompt_text):
|
|
17 |
return text_gen("photo, " + prompt_text)
|
18 |
else:
|
19 |
return text_gen("")
|
20 |
-
proc1=gr.Interface.load("models/
|
21 |
|
22 |
def restart_script_periodically():
|
23 |
while True:
|
|
|
17 |
return text_gen("photo, " + prompt_text)
|
18 |
else:
|
19 |
return text_gen("")
|
20 |
+
proc1=gr.Interface.load("models/dreamlike-art/dreamlike-photoreal-2.0")
|
21 |
|
22 |
def restart_script_periodically():
|
23 |
while True:
|