freddyaboulton HF staff commited on
Commit
abd0913
1 Parent(s): 42e6837

Pin gradio_client to fix build

Browse files

There was an issue where the gradio_client and gradio versions got out of synch. This is something we fixed for new versions of gradio but not old ones.

You can see this working here: https://huggingface.co/spaces/freddyaboulton/Azure-OpenAI-QuickDemo

Files changed (1) hide show
  1. requirements.txt +1 -1
requirements.txt CHANGED
@@ -1,3 +1,3 @@
1
  openai>=0.27.4
2
- gradio
3
  requests
 
1
  openai>=0.27.4
2
+ gradio_client==0.1.4
3
  requests