Spaces:
Runtime error
Runtime error
Upload app.py
Browse files
app.py
CHANGED
|
@@ -39,6 +39,5 @@ interface = gr.Interface(fn=generate_captions,
|
|
| 39 |
outputs="textbox",
|
| 40 |
examples=examples,
|
| 41 |
title=title,
|
| 42 |
-
description=description
|
| 43 |
-
enable_queue=True)
|
| 44 |
interface.launch()
|
|
|
|
| 39 |
outputs="textbox",
|
| 40 |
examples=examples,
|
| 41 |
title=title,
|
| 42 |
+
description=description)
|
|
|
|
| 43 |
interface.launch()
|