aliabd HF Staff commited on
Commit
5246897
·
verified ·
1 Parent(s): fbdd93d

Upload folder using huggingface_hub

Browse files
Files changed (2) hide show
  1. requirements.txt +2 -2
  2. testcase_messages.py +1 -1
requirements.txt CHANGED
@@ -1,2 +1,2 @@
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
 
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
testcase_messages.py CHANGED
@@ -3,7 +3,7 @@ import random
3
  import time
4
 
5
  with gr.Blocks() as demo:
6
- chatbot = gr.Chatbot(msg_format="messages")
7
  msg = gr.Textbox()
8
  clear = gr.Button("Clear")
9
 
 
3
  import time
4
 
5
  with gr.Blocks() as demo:
6
+ chatbot = gr.Chatbot(type="messages")
7
  msg = gr.Textbox()
8
  clear = gr.Button("Clear")
9