Spaces:
Runtime error
Runtime error
LuChengTHU
commited on
Commit
β’
39d2dd2
1
Parent(s):
24c1cad
change requirements
Browse files- app.py +2 -1
- requirements.txt +2 -2
app.py
CHANGED
@@ -164,6 +164,7 @@ css = """
|
|
164 |
margin-top: 15px;
|
165 |
margin-bottom: 15px;
|
166 |
text-align: center;
|
|
|
167 |
}
|
168 |
.finetuned-diffusion-div p {
|
169 |
margin-bottom: 10px;
|
@@ -273,4 +274,4 @@ with gr.Blocks(css=css) as demo:
|
|
273 |
''')
|
274 |
|
275 |
demo.queue(concurrency_count=1)
|
276 |
-
demo.launch(debug=False, share=False)
|
|
|
164 |
margin-top: 15px;
|
165 |
margin-bottom: 15px;
|
166 |
text-align: center;
|
167 |
+
line-height: 150%;
|
168 |
}
|
169 |
.finetuned-diffusion-div p {
|
170 |
margin-bottom: 10px;
|
|
|
274 |
''')
|
275 |
|
276 |
demo.queue(concurrency_count=1)
|
277 |
+
demo.launch(debug=False, share=False)
|
requirements.txt
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
torch
|
2 |
-
|
3 |
transformers
|
4 |
scipy
|
5 |
ftfy
|
6 |
-
accelerate
|
|
|
1 |
torch
|
2 |
+
diffusers
|
3 |
transformers
|
4 |
scipy
|
5 |
ftfy
|
6 |
+
accelerate
|