Spaces:
Runtime error
Runtime error
Update params.py
Browse files
params.py
CHANGED
@@ -21,5 +21,5 @@ with gr.Blocks() as app:
|
|
21 |
text_input=gr.Textbox()
|
22 |
text_output=gr.Textbox()
|
23 |
url_params = gr.JSON({}, visible=True, label="")
|
24 |
-
app.load(fn=predict, inputs=[text_input,url_params], outputs=[text_output,text_input],_js=load_js)
|
25 |
|
|
|
21 |
text_input=gr.Textbox()
|
22 |
text_output=gr.Textbox()
|
23 |
url_params = gr.JSON({}, visible=True, label="")
|
24 |
+
app.load(fn=predict, inputs=[text_input,url_params], outputs=[text_output,text_input],_js=load_js)
|
25 |
|