Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -77,7 +77,7 @@ with demo:
|
|
77 |
audio = gr.Audio(source="microphone", type="filepath")
|
78 |
|
79 |
b1 = gr.Button("Transcribe audio")
|
80 |
-
b2 = gr.Button("Prepare report")
|
81 |
|
82 |
|
83 |
text1 = gr.Textbox(lines=5)
|
|
|
77 |
audio = gr.Audio(source="microphone", type="filepath")
|
78 |
|
79 |
b1 = gr.Button("Transcribe audio")
|
80 |
+
b2 = gr.Button("Prepare a report")
|
81 |
|
82 |
|
83 |
text1 = gr.Textbox(lines=5)
|