Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -177,5 +177,4 @@ with gr.Blocks(title="Sentinel Product Viewer") as demo:
|
|
| 177 |
- **Random Selection**: A random image that matches the criteria will be selected for display
|
| 178 |
""")
|
| 179 |
|
| 180 |
-
|
| 181 |
-
demo.launch(share=True)
|
|
|
|
| 177 |
- **Random Selection**: A random image that matches the criteria will be selected for display
|
| 178 |
""")
|
| 179 |
|
| 180 |
+
demo.launch()
|
|
|