Nunzio commited on
Commit
9fe5dbe
·
1 Parent(s): 4990abe

added GitHub link

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -63,7 +63,7 @@ with gr.Blocks(title="Semantic Segmentation Predictors") as demo:
63
  gr.Markdown("# Semantic Segmentation with Real-Time Networks")
64
  gr.Markdown('A small user interface created to run semantic segmentation on images using Cityscapes-like predictions and real-time segmentation networks.')
65
  gr.Markdown("Upload an image and choose your preferred model for segmentation, or otherwise use one of the preloaded images.")
66
-
67
  with gr.Row():
68
  with gr.Column():
69
  image_input = gr.Image(type="pil", label="Upload image")
 
63
  gr.Markdown("# Semantic Segmentation with Real-Time Networks")
64
  gr.Markdown('A small user interface created to run semantic segmentation on images using Cityscapes-like predictions and real-time segmentation networks.')
65
  gr.Markdown("Upload an image and choose your preferred model for segmentation, or otherwise use one of the preloaded images.")
66
+ gr.Markdown("The full code for the project is available on [GitHub](https://github.com/Nuzz23/MLDL_SemanticSegmentation).")
67
  with gr.Row():
68
  with gr.Column():
69
  image_input = gr.Image(type="pil", label="Upload image")