Spaces:
Running
on
Zero
Running
on
Zero
Commit
·
a306a16
1
Parent(s):
86f94b1
update gradio version
Browse files- app.py +1 -0
- requirements.txt +1 -1
app.py
CHANGED
@@ -182,6 +182,7 @@ body {
|
|
182 |
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
|
183 |
}
|
184 |
.sidebar .toggle-button {
|
|
|
185 |
border: none;
|
186 |
padding: 12px 24px;
|
187 |
text-transform: uppercase;
|
|
|
182 |
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
|
183 |
}
|
184 |
.sidebar .toggle-button {
|
185 |
+
background: linear-gradient(90deg, #34d399, #10b981) !important;
|
186 |
border: none;
|
187 |
padding: 12px 24px;
|
188 |
text-transform: uppercase;
|
requirements.txt
CHANGED
@@ -4,7 +4,7 @@ torchsde
|
|
4 |
opencv-python
|
5 |
spaces
|
6 |
scipy
|
7 |
-
gradio==5.
|
8 |
numpy==1.26.4
|
9 |
transformers
|
10 |
accelerate
|
|
|
4 |
opencv-python
|
5 |
spaces
|
6 |
scipy
|
7 |
+
gradio==5.20.1
|
8 |
numpy==1.26.4
|
9 |
transformers
|
10 |
accelerate
|