Spaces:
Running
Running
Upload folder using huggingface_hub
Browse files- requirements.txt +2 -2
- testcase_messages.py +1 -1
requirements.txt
CHANGED
|
@@ -1,2 +1,2 @@
|
|
| 1 |
-
gradio-client @ git+https://github.com/gradio-app/gradio@
|
| 2 |
-
https://gradio-builds.s3.amazonaws.com/
|
|
|
|
| 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(
|
| 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 |
|