Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -39,7 +39,10 @@ with gr.Blocks(theme=theme, title="ReXplore Backend", fill_height=True) as app:
|
|
39 |
api_name="rexplore_backend",
|
40 |
show_progress="full",
|
41 |
)
|
42 |
-
test_btn.click(test,
|
|
|
|
|
|
|
43 |
scroll_to_output=True,
|
44 |
show_api=True,
|
45 |
api_name="rexplore_backend_test",
|
|
|
39 |
api_name="rexplore_backend",
|
40 |
show_progress="full",
|
41 |
)
|
42 |
+
test_btn.click(test,
|
43 |
+
inputs=[access_key],
|
44 |
+
outputs=[status],
|
45 |
+
concurrency_limit=25,
|
46 |
scroll_to_output=True,
|
47 |
show_api=True,
|
48 |
api_name="rexplore_backend_test",
|