Spaces:
Runtime error
Runtime error
Commit
•
abd0913
1
Parent(s):
42e6837
Pin gradio_client to fix build
Browse filesThere 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
- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
openai>=0.27.4
|
2 |
-
|
3 |
requests
|
|
|
1 |
openai>=0.27.4
|
2 |
+
gradio_client==0.1.4
|
3 |
requests
|