Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -49,7 +49,7 @@ def ask_llm(llm_prompt_input):
|
|
49 |
system="You are Qwen, created by Alibaba Cloud. You are a helpful assistant.",
|
50 |
api_name="/model_chat"
|
51 |
)
|
52 |
-
result = result[
|
53 |
result=gr.Markdown(result)
|
54 |
return result
|
55 |
|
|
|
49 |
system="You are Qwen, created by Alibaba Cloud. You are a helpful assistant.",
|
50 |
api_name="/model_chat"
|
51 |
)
|
52 |
+
result = result[1]
|
53 |
result=gr.Markdown(result)
|
54 |
return result
|
55 |
|