Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -127,7 +127,7 @@ mychatbot = gr.Chatbot(
|
|
127 |
avatar_images=["./user.png", "./stella.jpg"], bubble_full_width=False, show_label=False, show_copy_button=True, likeable=True)
|
128 |
|
129 |
checkbox = gr.Checkbox(label="Enable TTS") # remove the fn parameter
|
130 |
-
passwordInput = gr.Textbox(label="TTS Password", type="password"
|
131 |
|
132 |
# Create a Gradio interface with the TTS checkbox and password input
|
133 |
mychatbot = gr.Chatbot(
|
|
|
127 |
avatar_images=["./user.png", "./stella.jpg"], bubble_full_width=False, show_label=False, show_copy_button=True, likeable=True)
|
128 |
|
129 |
checkbox = gr.Checkbox(label="Enable TTS") # remove the fn parameter
|
130 |
+
passwordInput = gr.Textbox(label="TTS Password", type="password")
|
131 |
|
132 |
# Create a Gradio interface with the TTS checkbox and password input
|
133 |
mychatbot = gr.Chatbot(
|