Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -36,6 +36,5 @@ gr.Interface(
|
|
36 |
gr.components.Audio(type="filepath", label="Other")],
|
37 |
title=title,
|
38 |
description=description,
|
39 |
-
article=article
|
40 |
-
|
41 |
-
).launch(enable_queue=True)
|
|
|
36 |
gr.components.Audio(type="filepath", label="Other")],
|
37 |
title=title,
|
38 |
description=description,
|
39 |
+
article=article
|
40 |
+
).launch(enable_queue=True)
|
|