Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -66,7 +66,7 @@ def run(purpose,history,model_drop):
|
|
66 |
yield ("",[(purpose,out_prompt)],None)
|
67 |
try:
|
68 |
#model=loaded_model[int(model_drop)]
|
69 |
-
out_img=model(f'
|
70 |
print(out_img)
|
71 |
image=f'{base_url}file={out_img}'
|
72 |
uid = uuid.uuid4()
|
|
|
66 |
yield ("",[(purpose,out_prompt)],None)
|
67 |
try:
|
68 |
#model=loaded_model[int(model_drop)]
|
69 |
+
out_img=model(f'cat')
|
70 |
print(out_img)
|
71 |
image=f'{base_url}file={out_img}'
|
72 |
uid = uuid.uuid4()
|