Spaces:
Runtime error
Runtime error
Update params.py
Browse files
params.py
CHANGED
@@ -14,6 +14,7 @@ def predict(text, url_params):
|
|
14 |
out = None
|
15 |
valid=gr.update(visible=False)
|
16 |
mod_url = url_params.get('url')
|
|
|
17 |
return ["" + text + "", mod_url]
|
18 |
with gr.Blocks() as app:
|
19 |
with gr.Row(visible=False):
|
|
|
14 |
out = None
|
15 |
valid=gr.update(visible=False)
|
16 |
mod_url = url_params.get('url')
|
17 |
+
print (mod_url)
|
18 |
return ["" + text + "", mod_url]
|
19 |
with gr.Blocks() as app:
|
20 |
with gr.Row(visible=False):
|