Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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 |
-
|
180 |
-
|
181 |
type="filepath",
|
182 |
-
|
|
|
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(
|