Spaces:
Runtime error
Runtime error
update gradio infer
Browse files
inference/tts/gradio/infer.py
CHANGED
|
@@ -58,9 +58,9 @@ class GradioInfer:
|
|
| 58 |
title=self.title,
|
| 59 |
description=self.description,
|
| 60 |
article=self.article,
|
| 61 |
-
examples=example_inputs
|
| 62 |
-
|
| 63 |
-
iface.launch(share=True)
|
| 64 |
|
| 65 |
|
| 66 |
if __name__ == '__main__':
|
|
|
|
| 58 |
title=self.title,
|
| 59 |
description=self.description,
|
| 60 |
article=self.article,
|
| 61 |
+
examples=example_inputs,
|
| 62 |
+
enable_queue=True)
|
| 63 |
+
iface.launch(share=True,cache_examples=True)
|
| 64 |
|
| 65 |
|
| 66 |
if __name__ == '__main__':
|