Spaces:
Sleeping
Sleeping
MS-YUN
commited on
Commit
·
6783a3d
1
Parent(s):
2abe9d9
Add application file3
Browse files- app.py +1 -0
- requirements.txt +2 -2
app.py
CHANGED
@@ -56,6 +56,7 @@ with gr.Blocks() as demo:
|
|
56 |
demo.launch()
|
57 |
|
58 |
|
|
|
59 |
# from PIL import Image
|
60 |
# import gradio as gr
|
61 |
# interface = gr.Interface(
|
|
|
56 |
demo.launch()
|
57 |
|
58 |
|
59 |
+
|
60 |
# from PIL import Image
|
61 |
# import gradio as gr
|
62 |
# interface = gr.Interface(
|
requirements.txt
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
-
transformers
|
2 |
torch
|
3 |
-
|
|
|
|
|
|
1 |
torch
|
2 |
+
transformers
|
3 |
+
peft
|