Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -158,7 +158,7 @@ chat = gr.ChatInterface(
|
|
158 |
)
|
159 |
|
160 |
def ttsPasswordImport():
|
161 |
-
password = passwordInput.value
|
162 |
|
163 |
with chat:
|
164 |
passwordInput.input(fn=ttsPasswordImport())
|
|
|
158 |
)
|
159 |
|
160 |
def ttsPasswordImport():
|
161 |
+
password = str(passwordInput.value)
|
162 |
|
163 |
with chat:
|
164 |
passwordInput.input(fn=ttsPasswordImport())
|