Update app.py
Browse files
app.py
CHANGED
@@ -8,4 +8,4 @@ gr.Interface.from_pipeline(pipe,
|
|
8 |
title="Facade material classification",
|
9 |
description="Upload a Google Streetview image to classify the facade materials.",
|
10 |
examples = ["falling_water_cafe.PNG", "gtb_central_train.PNG", "sagrada_familia.PNG"],
|
11 |
-
).launch()
|
|
|
8 |
title="Facade material classification",
|
9 |
description="Upload a Google Streetview image to classify the facade materials.",
|
10 |
examples = ["falling_water_cafe.PNG", "gtb_central_train.PNG", "sagrada_familia.PNG"],
|
11 |
+
).launch(share=True)
|