Spaces:
Runtime error
Runtime error
Ahsen Khaliq
commited on
Commit
•
496d57a
1
Parent(s):
8ad565a
Update app.py
Browse files
app.py
CHANGED
@@ -6,5 +6,5 @@ def inference(audio, text):
|
|
6 |
return 'demo_output_1.wav'
|
7 |
|
8 |
iface = gr.Interface(inference, inputs=[gr.inputs.Audio(type="file"),"text"], outputs=gr.outputs.Audio(type="file"))
|
9 |
-
|
10 |
iface.launch()
|
|
|
6 |
return 'demo_output_1.wav'
|
7 |
|
8 |
iface = gr.Interface(inference, inputs=[gr.inputs.Audio(type="file"),"text"], outputs=gr.outputs.Audio(type="file"))
|
9 |
+
|
10 |
iface.launch()
|