Spaces:
Runtime error
Runtime error
'/images/'を'images/'に
Browse files
app.py
CHANGED
|
@@ -31,27 +31,27 @@ print(os.getcwd())
|
|
| 31 |
|
| 32 |
# サンプル画像のパスリスト
|
| 33 |
sample_images = [
|
| 34 |
-
'
|
| 35 |
-
'
|
| 36 |
-
# '
|
| 37 |
-
'
|
| 38 |
-
'
|
| 39 |
-
'
|
| 40 |
-
'
|
| 41 |
-
'
|
| 42 |
-
# '
|
| 43 |
-
'
|
| 44 |
-
'
|
| 45 |
-
# '
|
| 46 |
-
# '
|
| 47 |
-
# '
|
| 48 |
-
'
|
| 49 |
-
'
|
| 50 |
-
# '
|
| 51 |
-
'
|
| 52 |
-
'
|
| 53 |
-
'
|
| 54 |
-
'
|
| 55 |
]
|
| 56 |
|
| 57 |
# Gradio インターフェースの定義
|
|
|
|
| 31 |
|
| 32 |
# サンプル画像のパスリスト
|
| 33 |
sample_images = [
|
| 34 |
+
'images/sample1.png',
|
| 35 |
+
'images/sample2.png',
|
| 36 |
+
# 'images/sample3.png',
|
| 37 |
+
'images/sample4.png',
|
| 38 |
+
'images/sample5.png',
|
| 39 |
+
'images/sample6.png',
|
| 40 |
+
'images/sample7.png',
|
| 41 |
+
'images/sample8.png',
|
| 42 |
+
# 'images/sample9.png',
|
| 43 |
+
'images/sample10.png',
|
| 44 |
+
'images/sample11.png',
|
| 45 |
+
# 'images/sample12.png',
|
| 46 |
+
# 'images/sample13.png',
|
| 47 |
+
# 'images/sample14.png',
|
| 48 |
+
'images/sample15.png',
|
| 49 |
+
'images/sample16.png',
|
| 50 |
+
# 'images/sample17.png',
|
| 51 |
+
'images/sample18.png',
|
| 52 |
+
'images/sample19.png',
|
| 53 |
+
'images/sample20.png',
|
| 54 |
+
'images/sample21.png',
|
| 55 |
]
|
| 56 |
|
| 57 |
# Gradio インターフェースの定義
|