yongyeol commited on
Commit
202b3c7
Β·
verified Β·
1 Parent(s): 40b810e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -74,7 +74,7 @@ def describe_and_speak(img: Image.Image):
74
  # ─────────────── 5. Gradio μΈν„°νŽ˜μ΄μŠ€ ───────────────
75
  demo = gr.Interface(
76
  fn=describe_and_speak,
77
- inputs=gr.Image(type="pil", sources=["upload", "camera"], label="μž…λ ₯ 이미지"),
78
  outputs=[
79
  gr.Textbox(label="ν•œκΈ€ μΊ‘μ…˜"),
80
  gr.Audio(label="μŒμ„± μž¬μƒ", type="numpy")
 
74
  # ─────────────── 5. Gradio μΈν„°νŽ˜μ΄μŠ€ ───────────────
75
  demo = gr.Interface(
76
  fn=describe_and_speak,
77
+ inputs=gr.Image(type="pil", sources=["upload", "webcam"], label="μž…λ ₯ 이미지"),
78
  outputs=[
79
  gr.Textbox(label="ν•œκΈ€ μΊ‘μ…˜"),
80
  gr.Audio(label="μŒμ„± μž¬μƒ", type="numpy")