Spaces:
Sleeping
Sleeping
Add Gradio app
Browse files
app.py
CHANGED
@@ -99,4 +99,6 @@ with gr.Blocks(title="Abfallerkennung mit KI 🗑️") as demo:
|
|
99 |
|
100 |
button.click(fn=analyze, inputs=image_input, outputs=[output_label, output_tonne])
|
101 |
|
102 |
-
demo.launch()
|
|
|
|
|
|
99 |
|
100 |
button.click(fn=analyze, inputs=image_input, outputs=[output_label, output_tonne])
|
101 |
|
102 |
+
demo.launch(share=True)
|
103 |
+
|
104 |
+
|