Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -399,7 +399,8 @@ with gr.Blocks() as app:
|
|
399 |
)
|
400 |
|
401 |
text_input=gr.Textbox(visible=False)
|
402 |
-
|
|
|
403 |
app.load(predict,[text_input,url_params],[text_input,key_inp], js=get_window_url_params)
|
404 |
|
405 |
|
|
|
399 |
)
|
400 |
|
401 |
text_input=gr.Textbox(visible=False)
|
402 |
+
with gr.Row(visible=False):
|
403 |
+
url_params = gr.JSON({}, visible=True, label="")
|
404 |
app.load(predict,[text_input,url_params],[text_input,key_inp], js=get_window_url_params)
|
405 |
|
406 |
|