Spaces:
Sleeping
Sleeping
Commit
Β·
0429e22
1
Parent(s):
01ef617
gradio version and interface changes
Browse files
README.md
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
license: mit
|
3 |
title: The Other Tiger
|
4 |
sdk: gradio
|
5 |
-
sdk_version:
|
6 |
emoji: π
|
7 |
colorFrom: blue
|
8 |
colorTo: purple
|
|
|
2 |
license: mit
|
3 |
title: The Other Tiger
|
4 |
sdk: gradio
|
5 |
+
sdk_version: 5.31.0
|
6 |
emoji: π
|
7 |
colorFrom: blue
|
8 |
colorTo: purple
|
app.py
CHANGED
@@ -270,9 +270,6 @@ def choose(img, choice, calibrate_prompts, user_id, request: gr.Request):
|
|
270 |
return img, calibrate_prompts
|
271 |
|
272 |
css = '''.gradio-container{max-width: 700px !important}
|
273 |
-
|
274 |
-
#component-0{display: block; text-align: center; margin-top: 0}
|
275 |
-
|
276 |
#description{text-align: center}
|
277 |
#description h1, #description h3{display: block}
|
278 |
#description p{margin-top: 0}
|
|
|
270 |
return img, calibrate_prompts
|
271 |
|
272 |
css = '''.gradio-container{max-width: 700px !important}
|
|
|
|
|
|
|
273 |
#description{text-align: center}
|
274 |
#description h1, #description h3{display: block}
|
275 |
#description p{margin-top: 0}
|