aliabd HF staff commited on
Commit
db2597f
1 Parent(s): d65c2e7

Upload folder using huggingface_hub

Browse files
Files changed (2) hide show
  1. requirements.txt +2 -2
  2. testcase_messages.py +0 -1
requirements.txt CHANGED
@@ -1,2 +1,2 @@
1
- gradio-client @ git+https://github.com/gradio-app/gradio@de997e67c9a7feb9e2eccebf92969366dbd67eba#subdirectory=client/python
2
- https://gradio-builds.s3.amazonaws.com/de997e67c9a7feb9e2eccebf92969366dbd67eba/gradio-4.39.0-py3-none-any.whl
 
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()