Ofiroz91 commited on
Commit
c2e4987
โ€ข
1 Parent(s): 0d7c116

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -48,8 +48,8 @@ interface = gr.Interface(
48
  fn=transcribe_and_summarize,
49
  inputs=gr.Audio(type="filepath"),
50
  outputs=[
51
- gr.outputs.Textbox(label="ืชืžืœื•ืœ"),
52
- gr.outputs.Textbox(label="ืกื™ื›ื•ื")
53
  ],
54
  title="ืžืžื™ืจ ืื•ื“ื™ื•/ื•ื™ื“ืื• ืœืชืžืœื•ืœ ื•ืกื™ื›ื•ื",
55
  description="ื”ืขืœื” ืงื•ื‘ืฅ ืื•ื“ื™ื• ืื• ื•ื™ื“ืื• ืฉืœ ืžืจืฆื” ื•ืงื‘ืœ ืชืžืœื•ืœ ืžืœื ื•ืกื™ื›ื•ื ืงืฆืจ ืฉืœ ื”ืชื•ื›ืŸ."
 
48
  fn=transcribe_and_summarize,
49
  inputs=gr.Audio(type="filepath"),
50
  outputs=[
51
+ gr.Textbox(label="ืชืžืœื•ืœ"),
52
+ gr.Textbox(label="ืกื™ื›ื•ื")
53
  ],
54
  title="ืžืžื™ืจ ืื•ื“ื™ื•/ื•ื™ื“ืื• ืœืชืžืœื•ืœ ื•ืกื™ื›ื•ื",
55
  description="ื”ืขืœื” ืงื•ื‘ืฅ ืื•ื“ื™ื• ืื• ื•ื™ื“ืื• ืฉืœ ืžืจืฆื” ื•ืงื‘ืœ ืชืžืœื•ืœ ืžืœื ื•ืกื™ื›ื•ื ืงืฆืจ ืฉืœ ื”ืชื•ื›ืŸ."