Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -65,6 +65,7 @@ def predict(url: str, score_threshold: float) -> tuple[dict[str, float], dict[st
|
|
65 |
|
66 |
with gr.Blocks(css="style.css") as demo:
|
67 |
gr.Markdown(DESCRIPTION)
|
|
|
68 |
|
69 |
with gr.Row():
|
70 |
with gr.Column():
|
|
|
65 |
|
66 |
with gr.Blocks(css="style.css") as demo:
|
67 |
gr.Markdown(DESCRIPTION)
|
68 |
+
result, result_json, result_text = None
|
69 |
|
70 |
with gr.Row():
|
71 |
with gr.Column():
|