Kentlo commited on
Commit
955c6aa
ยท
verified ยท
1 Parent(s): f229183

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(source="microphone", type="filepath", label="๐ŸŽ™ ๋งˆ์ดํฌ๋กœ ๋งํ•˜์„ธ์š”"),
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="๐Ÿง  ์š”์•ฝ๋ฌธ"),