Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,7 +1,3 @@
|
|
| 1 |
-
pip install -U segmentation-models
|
| 2 |
-
pip install tensorflow==2.12.0
|
| 3 |
-
pip install keras==2.12.0
|
| 4 |
-
|
| 5 |
import os
|
| 6 |
os.environ["SM_FRAMEWORK"] = "tf.keras"
|
| 7 |
|
|
@@ -48,7 +44,7 @@ my_app = gr.Blocks()
|
|
| 48 |
|
| 49 |
with my_app:
|
| 50 |
gr.Markdown("Statellite Image Segmentation Application UI with Gradio")
|
| 51 |
-
with gr.Tabs():
|
| 52 |
with gr.TabItem ("Select your image"):
|
| 53 |
with gr.Row():
|
| 54 |
with gr.Column():
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
import os
|
| 2 |
os.environ["SM_FRAMEWORK"] = "tf.keras"
|
| 3 |
|
|
|
|
| 44 |
|
| 45 |
with my_app:
|
| 46 |
gr.Markdown("Statellite Image Segmentation Application UI with Gradio")
|
| 47 |
+
with gr.Tabs():
|
| 48 |
with gr.TabItem ("Select your image"):
|
| 49 |
with gr.Row():
|
| 50 |
with gr.Column():
|