Spaces:
Runtime error
Runtime error
neuralworm
commited on
Commit
•
7277ae9
1
Parent(s):
b2a7980
Update app.py
Browse files
app.py
CHANGED
@@ -18,7 +18,7 @@ def main():
|
|
18 |
outputs=output_text, title="Transciption Audio",
|
19 |
description="Charger l'audio")
|
20 |
|
21 |
-
iface.launch(
|
22 |
|
23 |
|
24 |
if __name__ == '__main__':
|
|
|
18 |
outputs=output_text, title="Transciption Audio",
|
19 |
description="Charger l'audio")
|
20 |
|
21 |
+
iface.launch()
|
22 |
|
23 |
|
24 |
if __name__ == '__main__':
|