rafaa commited on
Commit
8e0cde0
·
verified ·
1 Parent(s): 858a438

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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())