Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -985,7 +985,7 @@ with gr.Blocks(theme=custom_theme, css=css, delete_cache=(60, 3600)) as app:
|
|
985 |
)
|
986 |
# 새로고침 버튼 추가
|
987 |
with gr.Row():
|
988 |
-
refresh_button = gr.Button("🔄 모델 새로고침(나만의 맞춤 학습된 Private 모델 불러오기", variant="secondary")
|
989 |
|
990 |
with gr.Row(elem_id="lora_gallery", equal_height=True):
|
991 |
gallery = gr.Gallery(
|
|
|
985 |
)
|
986 |
# 새로고침 버튼 추가
|
987 |
with gr.Row():
|
988 |
+
refresh_button = gr.Button("🔄 모델 새로고침(나만의 맞춤 학습된 Private 모델 불러오기)", variant="secondary")
|
989 |
|
990 |
with gr.Row(elem_id="lora_gallery", equal_height=True):
|
991 |
gallery = gr.Gallery(
|