Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -277,7 +277,7 @@ if not os.path.exists('gallery'):
|
|
277 |
init_db()
|
278 |
|
279 |
with gr.Blocks(theme=gr.themes.Glass(), css=css) as app:
|
280 |
-
|
281 |
|
282 |
gr.HTML(
|
283 |
"""
|
@@ -292,7 +292,8 @@ with gr.Blocks(theme=gr.themes.Glass(), css=css) as app:
|
|
292 |
</div>
|
293 |
"""
|
294 |
)
|
295 |
-
|
|
|
296 |
|
297 |
with gr.Tabs():
|
298 |
with gr.TabItem("생성"):
|
|
|
277 |
init_db()
|
278 |
|
279 |
with gr.Blocks(theme=gr.themes.Glass(), css=css) as app:
|
280 |
+
|
281 |
|
282 |
gr.HTML(
|
283 |
"""
|
|
|
292 |
</div>
|
293 |
"""
|
294 |
)
|
295 |
+
|
296 |
+
selected_index = gr.State(None)
|
297 |
|
298 |
with gr.Tabs():
|
299 |
with gr.TabItem("생성"):
|