Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -206,6 +206,7 @@ if selected_task :
|
|
206 |
context_input = display_context(task)
|
207 |
if get_input(uploaded_input,url_input,text_input):
|
208 |
input = get_input(uploaded_input,url_input,text_input)
|
|
|
209 |
response = getattr(client, task)(input)
|
210 |
elif prompt_input:
|
211 |
if context_input is not None:
|
|
|
206 |
context_input = display_context(task)
|
207 |
if get_input(uploaded_input,url_input,text_input):
|
208 |
input = get_input(uploaded_input,url_input,text_input)
|
209 |
+
st.write(input)
|
210 |
response = getattr(client, task)(input)
|
211 |
elif prompt_input:
|
212 |
if context_input is not None:
|