Qifan Zhang commited on
Commit ·
051bcc8
1
Parent(s): ada2222
Authenticate Hugging Face CLI
Browse files
.codex/environments/environment.toml
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# THIS IS AUTOGENERATED. DO NOT EDIT MANUALLY
|
| 2 |
+
version = 1
|
| 3 |
+
name = "TransDis-CreativityAutoAssessment"
|
| 4 |
+
|
| 5 |
+
[setup]
|
| 6 |
+
script = ""
|
| 7 |
+
|
| 8 |
+
[[actions]]
|
| 9 |
+
name = "运行"
|
| 10 |
+
icon = "run"
|
| 11 |
+
command = "GRADIO_SERVER_PORT=7860 /Users/eric/.local/bin/uv run --python 3.11 --with gradio==6.14.0 --with-requirements requirements.txt python app.py"
|
utils/__pycache__/models.cpython-311.pyc
ADDED
|
Binary file (5.89 kB). View file
|
|
|
utils/__pycache__/pipeline.cpython-311.pyc
ADDED
|
Binary file (3.87 kB). View file
|
|
|