aliabd HF Staff commited on
Commit
95e1158
·
verified ·
1 Parent(s): d7f4162

Upload folder using huggingface_hub

Browse files
Files changed (2) hide show
  1. messages_testcase.py +1 -1
  2. 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
- msg_format="messages"
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@d21d8ee0cf5f48ab2e198e41f62d7fd9252eb72b#subdirectory=client/python
2
- https://gradio-builds.s3.amazonaws.com/d21d8ee0cf5f48ab2e198e41f62d7fd9252eb72b/gradio-4.37.2-py3-none-any.whl
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