Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -182,15 +182,7 @@ interface = gr.TabbedInterface(
|
|
182 |
"EfficientNet",
|
183 |
"DeiT",
|
184 |
"Ансамблевая модель"
|
185 |
-
]
|
186 |
-
title="DermaScan Cancer",
|
187 |
-
theme=gr.themes.Soft(),
|
188 |
-
css="""
|
189 |
-
.container {max-width: 1200px; margin: auto;}
|
190 |
-
.gr-button {font-size: 1.1em; padding: 8px 16px;}
|
191 |
-
.gr-textbox {font-size: 1.1em;}
|
192 |
-
.gr-column {min-width: 400px;}
|
193 |
-
"""
|
194 |
)
|
195 |
|
196 |
# Add startup check
|
|
|
182 |
"EfficientNet",
|
183 |
"DeiT",
|
184 |
"Ансамблевая модель"
|
185 |
+
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
186 |
)
|
187 |
|
188 |
# Add startup check
|