Spaces:
Runtime error
Runtime error
Commit
•
fcba19a
1
Parent(s):
043652d
Update app.py
Browse files
app.py
CHANGED
@@ -839,7 +839,7 @@ with gr.Blocks(css=css, theme=theme) as demo:
|
|
839 |
payment_setup.click
|
840 |
],
|
841 |
fn=check_token,
|
842 |
-
inputs=token,
|
843 |
outputs=[no_payment_method, start],
|
844 |
concurrency_limit=50
|
845 |
)
|
|
|
839 |
payment_setup.click
|
840 |
],
|
841 |
fn=check_token,
|
842 |
+
#inputs=token,
|
843 |
outputs=[no_payment_method, start],
|
844 |
concurrency_limit=50
|
845 |
)
|