seawolf2357 commited on
Commit
e6812f7
Β·
verified Β·
1 Parent(s): ebcd803

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -51,7 +51,7 @@ def classify_and_generate_voice(uploaded_image):
51
  iface = gr.Interface(
52
  fn=classify_and_generate_voice,
53
  inputs=gr.Image(type="pil"),
54
- outputs=[gr.Label(), gr.Audio()],
55
  title="msVision_3",
56
  description="이미지λ₯Ό μ—…λ‘œλ“œν•˜λ©΄, 사물을 μΈμ‹ν•˜κ³  ν•΄λ‹Ήν•˜λŠ” μŒμ„±μ„ μƒμ„±ν•©λ‹ˆλ‹€.(recognizes the object and generate voice)",
57
  examples=["dog.jpg", "cat.png", "cafe.jpg"] # μˆ˜μ •λœ λΆ€λΆ„: 콀마 μΆ”κ°€
 
51
  iface = gr.Interface(
52
  fn=classify_and_generate_voice,
53
  inputs=gr.Image(type="pil"),
54
+ outputs=[gr.Label(), gr.Audio(), gr.Audio()],
55
  title="msVision_3",
56
  description="이미지λ₯Ό μ—…λ‘œλ“œν•˜λ©΄, 사물을 μΈμ‹ν•˜κ³  ν•΄λ‹Ήν•˜λŠ” μŒμ„±μ„ μƒμ„±ν•©λ‹ˆλ‹€.(recognizes the object and generate voice)",
57
  examples=["dog.jpg", "cat.png", "cafe.jpg"] # μˆ˜μ •λœ λΆ€λΆ„: 콀마 μΆ”κ°€