Spaces:
Build error
Build error
added/updated app files
Browse files- app_anime.py +1 -1
app_anime.py
CHANGED
@@ -13,7 +13,7 @@ _____________________________________________________________________
|
|
13 |
'''
|
14 |
with ui.Blocks(css=css, title=title(feature), theme=theme, analytics_enabled=False) as stella:
|
15 |
with ui.Group():
|
16 |
-
result_anime = ui.Gallery(
|
17 |
prompt_anime = ui.Textbox(label=sprompt, placeholder=spholder)
|
18 |
with ui.Row():
|
19 |
clear_anime = ui.ClearButton(value="Reset", components=[result_anime, prompt_anime])
|
|
|
13 |
'''
|
14 |
with ui.Blocks(css=css, title=title(feature), theme=theme, analytics_enabled=False) as stella:
|
15 |
with ui.Group():
|
16 |
+
result_anime = ui.Gallery(show_label=False, object_fit="contain", height="50vh", show_share_button=False)
|
17 |
prompt_anime = ui.Textbox(label=sprompt, placeholder=spholder)
|
18 |
with ui.Row():
|
19 |
clear_anime = ui.ClearButton(value="Reset", components=[result_anime, prompt_anime])
|