Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -36,6 +36,6 @@ with block:
|
|
36 |
btn2 = gr.Button("Set Params")
|
37 |
btn2.click(fn=predict, inputs=[text_input, url_params],
|
38 |
outputs=[text_output, url_params], _js=set_window_url_params)
|
39 |
-
block.
|
40 |
outputs=[text_output, url_params], _js=get_window_url_params)
|
41 |
block.launch(debug=True)
|
|
|
36 |
btn2 = gr.Button("Set Params")
|
37 |
btn2.click(fn=predict, inputs=[text_input, url_params],
|
38 |
outputs=[text_output, url_params], _js=set_window_url_params)
|
39 |
+
block.load(fn=predict, inputs=[text_input, url_params],
|
40 |
outputs=[text_output, url_params], _js=get_window_url_params)
|
41 |
block.launch(debug=True)
|