Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -145,10 +145,12 @@ Ref: 台灣地區兩棲類物種描述資料 https://metadata.froghome.org/
|
|
145 |
|
146 |
'''
|
147 |
|
|
|
|
|
148 |
gr.Interface(flog,
|
149 |
inputs=[
|
150 |
gr.inputs.Audio(source="microphone", type="filepath"),
|
151 |
],
|
152 |
-
outputs=[output_label,output_desc,output_image,output_image2,output_image3],title=title,description=description).launch()
|
153 |
#outputs=[output_label,output_image],title=title,description=description).launch()
|
154 |
|
|
|
145 |
|
146 |
'''
|
147 |
|
148 |
+
examples=[['American_bull.jpg'],['Brauer_treefrog.jpg'],['Brown_treefrog.jpg'],['Latouchte.jpg'],['Sauter.jpg'],['Taipei_treefrog.jpg']]
|
149 |
+
|
150 |
gr.Interface(flog,
|
151 |
inputs=[
|
152 |
gr.inputs.Audio(source="microphone", type="filepath"),
|
153 |
],
|
154 |
+
outputs=[output_label,output_desc,output_image,output_image2,output_image3],title=title,description=description,examples=examples).launch()
|
155 |
#outputs=[output_label,output_image],title=title,description=description).launch()
|
156 |
|