openfree commited on
Commit
54c3f0f
Β·
verified Β·
1 Parent(s): 77b322a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -4
app.py CHANGED
@@ -175,12 +175,15 @@ with gr.Blocks(title="μŒμ„± λ²ˆμ—­κΈ°", theme=gr.themes.Soft()) as app:
175
  lines=5,
176
  placeholder="λ²ˆμ—­ κ²°κ³Όκ°€ 여기에 ν‘œμ‹œλ©λ‹ˆλ‹€..."
177
  )
178
-
179
- audio_output = gr.Audio(
180
- label="πŸ”Š λ²ˆμ—­λœ μŒμ„±",
181
  type="filepath",
182
- autoplay=True
 
183
  )
 
 
184
 
185
  # μ˜ˆμ‹œ
186
  gr.Examples(
 
175
  lines=5,
176
  placeholder="λ²ˆμ—­ κ²°κ³Όκ°€ 여기에 ν‘œμ‹œλ©λ‹ˆλ‹€..."
177
  )
178
+
179
+ audio_input = gr.Audio(
180
+ sources=["microphone", "upload"],
181
  type="filepath",
182
+ label="μŒμ„± μž…λ ₯ (λ…ΉμŒ λ˜λŠ” 파일 μ—…λ‘œλ“œ)"
183
+ # info νŒŒλΌλ―Έν„° 제거
184
  )
185
+
186
+
187
 
188
  # μ˜ˆμ‹œ
189
  gr.Examples(