Spaces:
Running
Running
Upload folder using huggingface_hub
Browse files- messages_testcase.py +1 -1
- requirements.txt +2 -2
messages_testcase.py
CHANGED
@@ -27,7 +27,7 @@ with gr.Blocks() as demo:
|
|
27 |
[],
|
28 |
elem_id="chatbot",
|
29 |
bubble_full_width=False,
|
30 |
-
|
31 |
)
|
32 |
|
33 |
chat_input = gr.MultimodalTextbox(interactive=True,
|
|
|
27 |
[],
|
28 |
elem_id="chatbot",
|
29 |
bubble_full_width=False,
|
30 |
+
type="messages"
|
31 |
)
|
32 |
|
33 |
chat_input = gr.MultimodalTextbox(interactive=True,
|
requirements.txt
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
-
gradio-client @ git+https://github.com/gradio-app/gradio@
|
2 |
-
https://gradio-builds.s3.amazonaws.com/
|
3 |
plotly
|
|
|
1 |
+
gradio-client @ git+https://github.com/gradio-app/gradio@5e361442328cf01fa92ecdadfa420054b8da2a81#subdirectory=client/python
|
2 |
+
https://gradio-builds.s3.amazonaws.com/5e361442328cf01fa92ecdadfa420054b8da2a81/gradio-4.37.2-py3-none-any.whl
|
3 |
plotly
|