Spaces:
Running
Running
Update main.py
Browse files
main.py
CHANGED
@@ -203,4 +203,4 @@ Explore the tabs to try the **Text - Audio** and **Audio - Text** modes!
|
|
203 |
"""
|
204 |
|
205 |
# Launch Gradio App
|
206 |
-
demo.launch(share=True)
|
|
|
203 |
"""
|
204 |
|
205 |
# Launch Gradio App
|
206 |
+
demo.launch(share=True, description=description)
|