Update app.py
Browse files
app.py
CHANGED
@@ -6,7 +6,8 @@ iface = gr.Interface(
|
|
6 |
title="Teachable Machine Image Model",
|
7 |
description="Webcam-based image classification using Teachable Machine",
|
8 |
inputs=[],
|
9 |
-
outputs=gr.File("gr
|
10 |
)
|
11 |
|
12 |
iface.launch()
|
|
|
|
6 |
title="Teachable Machine Image Model",
|
7 |
description="Webcam-based image classification using Teachable Machine",
|
8 |
inputs=[],
|
9 |
+
outputs=gr.File("gr"), # ディレクトリを指定する
|
10 |
)
|
11 |
|
12 |
iface.launch()
|
13 |
+
|