Spaces:
Build error
Build error
Upload folder using huggingface_hub
Browse files- messages_testcase.py +1 -1
- requirements.txt +2 -2
messages_testcase.py
CHANGED
@@ -9,7 +9,7 @@ def slow_echo(message, history):
|
|
9 |
|
10 |
|
11 |
|
12 |
-
demo = gr.ChatInterface(slow_echo,
|
13 |
|
14 |
if __name__ == "__main__":
|
15 |
demo.launch()
|
|
|
9 |
|
10 |
|
11 |
|
12 |
+
demo = gr.ChatInterface(slow_echo, type="messages")
|
13 |
|
14 |
if __name__ == "__main__":
|
15 |
demo.launch()
|
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
|