Spaces:
Running
Running
Jae-Won Chung
commited on
Commit
·
d25986a
1
Parent(s):
dc2880c
Try to fix HF space build
Browse files- requirements.txt +1 -1
- setup.py +5 -1
requirements.txt
CHANGED
|
@@ -1 +1 @@
|
|
| 1 |
-
|
|
|
|
| 1 |
+
spitfight[app]
|
setup.py
CHANGED
|
@@ -6,7 +6,11 @@ extras_require = {
|
|
| 6 |
"fschat==0.2.23",
|
| 7 |
"text_generation @ git+https://github.com/ml-energy/text_generation_energy@master",
|
| 8 |
],
|
| 9 |
-
"app": [
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
"benchmark": ["zeus-ml", "fschat==0.2.23", "tyro", "rich"],
|
| 11 |
}
|
| 12 |
|
|
|
|
| 6 |
"fschat==0.2.23",
|
| 7 |
"text_generation @ git+https://github.com/ml-energy/text_generation_energy@master",
|
| 8 |
],
|
| 9 |
+
"app": [
|
| 10 |
+
"plotly==5.15.0",
|
| 11 |
+
"gradio==3.39.0",
|
| 12 |
+
"text_generation @ git+https://github.com/ml-energy/text_generation_energy@master",
|
| 13 |
+
],
|
| 14 |
"benchmark": ["zeus-ml", "fschat==0.2.23", "tyro", "rich"],
|
| 15 |
}
|
| 16 |
|