Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -15,7 +15,7 @@ def get_prompts(prompt_text):
|
|
| 15 |
return text_gen("dreamlikeart, " + prompt_text)
|
| 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("dreamlikeart, " + prompt_text)
|
| 16 |
else:
|
| 17 |
return text_gen("")
|
| 18 |
+
proc1=gr.Interface.load("models/dreamlike-art/dreamlike-diffusion-1.0")
|
| 19 |
|
| 20 |
def restart_script_periodically():
|
| 21 |
while True:
|