Spaces:
Sleeping
Sleeping
Moibe
commited on
Commit
·
53bbd44
1
Parent(s):
004be2d
Api: getTokens
Browse files
app.py
CHANGED
@@ -32,7 +32,7 @@ with gr.Blocks() as demo:
|
|
32 |
with gr.Column():
|
33 |
text_output = gr.Textbox()
|
34 |
|
35 |
-
access_btn.click(fn=getAccess, inputs=text_input, outputs=text_output, api_name="
|
36 |
debit_btn.click(fn=ask, inputs=text_input, outputs=text_output, api_name="print")
|
37 |
|
38 |
demo.launch()
|
|
|
32 |
with gr.Column():
|
33 |
text_output = gr.Textbox()
|
34 |
|
35 |
+
access_btn.click(fn=getAccess, inputs=text_input, outputs=text_output, api_name="getTokens")
|
36 |
debit_btn.click(fn=ask, inputs=text_input, outputs=text_output, api_name="print")
|
37 |
|
38 |
demo.launch()
|