Spaces:
Running
Running
Merge branch 'main' of https://huggingface.co/spaces/HuggingFaceH4/syngen
Browse files- README.md +2 -0
- requirements.txt +2 -1
README.md
CHANGED
|
@@ -8,7 +8,9 @@ sdk_version: 5.44.1
|
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
license: apache-2.0
|
|
|
|
| 11 |
short_description: Queue up synthetic data generation on the HF Cluster
|
|
|
|
| 12 |
---
|
| 13 |
|
| 14 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
license: apache-2.0
|
| 11 |
+
hf_oauth: true
|
| 12 |
short_description: Queue up synthetic data generation on the HF Cluster
|
| 13 |
+
hf_oauth_expiration_minutes: 43200
|
| 14 |
---
|
| 15 |
|
| 16 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
requirements.txt
CHANGED
|
@@ -1,4 +1,5 @@
|
|
| 1 |
supabase
|
| 2 |
-
gradio
|
|
|
|
| 3 |
transformers
|
| 4 |
datasets
|
|
|
|
| 1 |
supabase
|
| 2 |
+
https://gradio-pypi-previews.s3.amazonaws.com/e126fc1b1203956f38e71573427780ebeeb03df5/gradio-5.44.0-py3-none-any.whl
|
| 3 |
+
gradio-client @ git+https://github.com/gradio-app/gradio@e126fc1b1203956f38e71573427780ebeeb03df5#subdirectory=client/python
|
| 4 |
transformers
|
| 5 |
datasets
|