Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -96,6 +96,6 @@ with demo:
|
|
96 |
inputs=inputsImg,
|
97 |
outputs=[output_txt,output_audio,input_sid,input_speed],
|
98 |
description="image to audio demo",
|
99 |
-
article = ""
|
100 |
)
|
101 |
demo.launch()
|
|
|
96 |
inputs=inputsImg,
|
97 |
outputs=[output_txt,output_audio,input_sid,input_speed],
|
98 |
description="image to audio demo",
|
99 |
+
article = ""
|
100 |
)
|
101 |
demo.launch()
|