bosayama commited on
Commit
4557eb6
·
verified ·
1 Parent(s): d554182

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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/index.html"),
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
+