Spaces:
Sleeping
Sleeping
Yaron Koresh
commited on
Update app.py
Browse files
app.py
CHANGED
|
@@ -113,6 +113,9 @@ css="""
|
|
| 113 |
#image-container {
|
| 114 |
aspect-ratio: 1 / 1;
|
| 115 |
}
|
|
|
|
|
|
|
|
|
|
| 116 |
"""
|
| 117 |
|
| 118 |
if torch.cuda.is_available():
|
|
|
|
| 113 |
#image-container {
|
| 114 |
aspect-ratio: 1 / 1;
|
| 115 |
}
|
| 116 |
+
.dropdown-arrow {
|
| 117 |
+
display: none !important;
|
| 118 |
+
}
|
| 119 |
"""
|
| 120 |
|
| 121 |
if torch.cuda.is_available():
|