Spaces:
Runtime error
Runtime error
nice app
Browse files
app.py
CHANGED
@@ -44,4 +44,4 @@ with gr.Blocks() as demo:
|
|
44 |
price_btn.click(classify_image, inputs=image_input, outputs=[price, label])
|
45 |
price_btn2.click(classify_image, inputs=image_input2, outputs=[price, label])
|
46 |
|
47 |
-
demo.launch(
|
|
|
44 |
price_btn.click(classify_image, inputs=image_input, outputs=[price, label])
|
45 |
price_btn2.click(classify_image, inputs=image_input2, outputs=[price, label])
|
46 |
|
47 |
+
demo.launch()
|