Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -28,5 +28,5 @@ def execution(audio):
|
|
| 28 |
return modelo2res
|
| 29 |
|
| 30 |
if __name__ == "__main__":
|
| 31 |
-
demo = gr.Interface(fn=
|
| 32 |
demo.launch()
|
|
|
|
| 28 |
return modelo2res
|
| 29 |
|
| 30 |
if __name__ == "__main__":
|
| 31 |
+
demo = gr.Interface(fn=modelo1, inputs="audio", outputs="text")
|
| 32 |
demo.launch()
|