Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -209,7 +209,7 @@ if selected_task :
|
|
209 |
if get_input(uploaded_input,url_input,text_input):
|
210 |
input = get_input(uploaded_input,url_input,text_input)
|
211 |
if prompt_input:
|
212 |
-
response = getattr(client, task)(input,
|
213 |
else:
|
214 |
response = getattr(client, task)(input)
|
215 |
elif prompt_input:
|
|
|
209 |
if get_input(uploaded_input,url_input,text_input):
|
210 |
input = get_input(uploaded_input,url_input,text_input)
|
211 |
if prompt_input:
|
212 |
+
response = getattr(client, task)(input,question=prompt_input)
|
213 |
else:
|
214 |
response = getattr(client, task)(input)
|
215 |
elif prompt_input:
|