Spaces:
Runtime error
Runtime error
bofenghuang
commited on
Commit
•
0f63ee1
1
Parent(s):
a4b1443
up
Browse files- app.py +0 -1
- requirements.txt +2 -1
app.py
CHANGED
@@ -23,7 +23,6 @@ from typing import List, Optional
|
|
23 |
|
24 |
# from uuid import uuid4
|
25 |
|
26 |
-
import fire
|
27 |
import json
|
28 |
import gradio as gr
|
29 |
|
|
|
23 |
|
24 |
# from uuid import uuid4
|
25 |
|
|
|
26 |
import json
|
27 |
import gradio as gr
|
28 |
|
requirements.txt
CHANGED
@@ -5,4 +5,5 @@ git+https://github.com/huggingface/transformers.git
|
|
5 |
accelerate
|
6 |
bitsandbytes
|
7 |
git+https://github.com/huggingface/peft.git
|
8 |
-
gradio
|
|
|
|
5 |
accelerate
|
6 |
bitsandbytes
|
7 |
git+https://github.com/huggingface/peft.git
|
8 |
+
gradio
|
9 |
+
git+https://github.com/huggingface/vigogne.git
|