Spaces:
Runtime error
Runtime error
GuillermoPuma
commited on
Commit
·
ed07a71
1
Parent(s):
469d6fa
false
Browse files
app.py
CHANGED
@@ -23,7 +23,7 @@ article = "<a style='color:#eb9f59;' href = 'https://github.com/gandres-dev/Hac
|
|
23 |
demo = gr.Interface(fn=transcribe, inputs=inputs, outputs=[output1,output2],
|
24 |
title=title, description=description, article=article,
|
25 |
allow_flagging="never", theme="darkpeach", examples=examples,
|
26 |
-
live=True
|
27 |
)
|
28 |
|
29 |
if __name__ == "__main__":
|
|
|
23 |
demo = gr.Interface(fn=transcribe, inputs=inputs, outputs=[output1,output2],
|
24 |
title=title, description=description, article=article,
|
25 |
allow_flagging="never", theme="darkpeach", examples=examples,
|
26 |
+
#live=True
|
27 |
)
|
28 |
|
29 |
if __name__ == "__main__":
|