Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -336,13 +336,14 @@ with gr.Blocks(theme=gr.themes.Soft(), css=css) as demo:
|
|
336 |
|
337 |
# 예시 이미지 갤러리 추가
|
338 |
example_images = [
|
|
|
|
|
|
|
|
|
339 |
"1.jpg",
|
340 |
"2.jpg",
|
341 |
-
"3.jpg",
|
342 |
"4.jpg",
|
343 |
-
|
344 |
-
"6.jpg",
|
345 |
-
"7.jpg",
|
346 |
]
|
347 |
gr.Examples(
|
348 |
examples=example_images,
|
|
|
336 |
|
337 |
# 예시 이미지 갤러리 추가
|
338 |
example_images = [
|
339 |
+
"5.jpg",
|
340 |
+
"6.jpg",
|
341 |
+
"7.jpg",
|
342 |
+
"3.jpg",
|
343 |
"1.jpg",
|
344 |
"2.jpg",
|
|
|
345 |
"4.jpg",
|
346 |
+
|
|
|
|
|
347 |
]
|
348 |
gr.Examples(
|
349 |
examples=example_images,
|