Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -156,7 +156,7 @@ def run(purpose,history,image,model_drop,chat_drop,choice,seed):
|
|
156 |
yield ([(purpose,"an Error occured")],None)
|
157 |
if choice == "Describe":
|
158 |
#out_img = infer(out_prompt)
|
159 |
-
out_prompt=describe(purpose,history,image,
|
160 |
history.append((purpose,out_prompt))
|
161 |
yield (history,None)
|
162 |
|
|
|
156 |
yield ([(purpose,"an Error occured")],None)
|
157 |
if choice == "Describe":
|
158 |
#out_img = infer(out_prompt)
|
159 |
+
out_prompt=describe(purpose,history,image,chat_drop,seed)
|
160 |
history.append((purpose,out_prompt))
|
161 |
yield (history,None)
|
162 |
|