Update app.py
Browse files
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.
|
52 |
-
gr.
|
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="ืืขืื ืงืืืฅ ืืืืื ืื ืืืืื ืฉื ืืจืฆื ืืงืื ืชืืืื ืืื ืืกืืืื ืงืฆืจ ืฉื ืืชืืื."
|