Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -9,7 +9,7 @@ from queue import Queue
|
|
| 9 |
from threading import Thread
|
| 10 |
|
| 11 |
|
| 12 |
-
text_gen=gr.Interface.load("spaces/
|
| 13 |
def get_prompts(prompt_text):
|
| 14 |
return text_gen(prompt_text)
|
| 15 |
proc1=gr.Interface.load("models/dreamlike-art/dreamlike-photoreal-2.0")
|
|
|
|
| 9 |
from threading import Thread
|
| 10 |
|
| 11 |
|
| 12 |
+
text_gen=gr.Interface.load("spaces/trysem/visua")
|
| 13 |
def get_prompts(prompt_text):
|
| 14 |
return text_gen(prompt_text)
|
| 15 |
proc1=gr.Interface.load("models/dreamlike-art/dreamlike-photoreal-2.0")
|