Update app.py
Browse files
app.py
CHANGED
@@ -72,7 +72,7 @@ def main(filename):
|
|
72 |
output = text_file(answer)
|
73 |
return output
|
74 |
|
75 |
-
demo = gr.Interface(main,
|
76 |
|
77 |
if __name__ == "__main__":
|
78 |
demo.launch()
|
|
|
72 |
output = text_file(answer)
|
73 |
return output
|
74 |
|
75 |
+
demo = gr.Interface(main, "audio", "audio")
|
76 |
|
77 |
if __name__ == "__main__":
|
78 |
demo.launch()
|