Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -43,4 +43,4 @@ with gr.Blocks() as demo:
|
|
43 |
image_input.change(show_results, inputs=image_input, outputs=[animation, output_label, output_confidence])
|
44 |
|
45 |
# השקת הממשק
|
46 |
-
demo.launch()
|
|
|
43 |
image_input.change(show_results, inputs=image_input, outputs=[animation, output_label, output_confidence])
|
44 |
|
45 |
# השקת הממשק
|
46 |
+
demo.launch()
|