Spaces:
Running
Running
Upload folder using huggingface_hub
Browse files- requirements.txt +2 -2
- testcase_messages.py +0 -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@9b42ba8f1006c05d60a62450d3036ce0d6784f86#subdirectory=client/python
|
2 |
+
https://gradio-builds.s3.amazonaws.com/9b42ba8f1006c05d60a62450d3036ce0d6784f86/gradio-4.39.0-py3-none-any.whl
|
testcase_messages.py
CHANGED
@@ -23,6 +23,5 @@ with gr.Blocks() as demo:
|
|
23 |
)
|
24 |
clear.click(lambda: None, None, chatbot, queue=False)
|
25 |
|
26 |
-
|
27 |
if __name__ == "__main__":
|
28 |
demo.launch()
|
|
|
23 |
)
|
24 |
clear.click(lambda: None, None, chatbot, queue=False)
|
25 |
|
|
|
26 |
if __name__ == "__main__":
|
27 |
demo.launch()
|