Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -273,11 +273,11 @@ with demo:
|
|
| 273 |
theme='NoCrypt/miku'
|
| 274 |
)
|
| 275 |
|
| 276 |
-
mic_transcribe = gr.Interface(
|
| 277 |
-
|
| 278 |
-
|
| 279 |
-
|
| 280 |
-
)
|
| 281 |
|
| 282 |
# chat_demo_interface.queue()
|
| 283 |
demo.queue().launch()
|
|
|
|
| 273 |
theme='NoCrypt/miku'
|
| 274 |
)
|
| 275 |
|
| 276 |
+
# mic_transcribe = gr.Interface(
|
| 277 |
+
# fn=transcribe_speech,
|
| 278 |
+
# inputs=gr.Audio(sources="microphone", type="filepath", editable=False),
|
| 279 |
+
# outputs=gr.components.Textbox(),
|
| 280 |
+
# )
|
| 281 |
|
| 282 |
# chat_demo_interface.queue()
|
| 283 |
demo.queue().launch()
|