Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -36,7 +36,7 @@ def transcribe_and_summarize(audio):
|
|
36 |
# Gradio UI ๊ตฌ์ฑ
|
37 |
demo = gr.Interface(
|
38 |
fn=transcribe_and_summarize,
|
39 |
-
inputs=gr.Audio(
|
40 |
outputs=[
|
41 |
gr.Textbox(label="๐ ์ ์ฒด ํ
์คํธ"),
|
42 |
gr.Textbox(label="๐ง ์์ฝ๋ฌธ"),
|
|
|
36 |
# Gradio UI ๊ตฌ์ฑ
|
37 |
demo = gr.Interface(
|
38 |
fn=transcribe_and_summarize,
|
39 |
+
inputs=gr.Audio(type="filepath", label="๐ ๋ง์ดํฌ๋ก ๋งํ์ธ์"),
|
40 |
outputs=[
|
41 |
gr.Textbox(label="๐ ์ ์ฒด ํ
์คํธ"),
|
42 |
gr.Textbox(label="๐ง ์์ฝ๋ฌธ"),
|