Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update app.py
Browse files
app.py
CHANGED
@@ -113,7 +113,7 @@ A5 = gr.load("models/google/gemma-7b",
|
|
113 |
mf_transcribe = gr.Interface(
|
114 |
fn=transcribe,
|
115 |
inputs=[
|
116 |
-
gr.Microphone(type="filepath"
|
117 |
gr.Audio(source="upload", type="filepath", optional=True),
|
118 |
],
|
119 |
outputs="text",
|
|
|
113 |
mf_transcribe = gr.Interface(
|
114 |
fn=transcribe,
|
115 |
inputs=[
|
116 |
+
gr.Microphone(type="filepath"),
|
117 |
gr.Audio(source="upload", type="filepath", optional=True),
|
118 |
],
|
119 |
outputs="text",
|