Harsimran19 commited on
Commit
5ea9633
·
1 Parent(s): 0539ad6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -27,8 +27,8 @@ def predict(img):
27
  return y_gen
28
 
29
  # Gradio App
30
- title="Pix2Pix GAN"
31
- description="This is a Sattelite Image to Map converter"
32
 
33
  demo=gr.Interface(fn=predict,
34
  inputs=gr.Image(type='pil'),
 
27
  return y_gen
28
 
29
  # Gradio App
30
+ title="Image Segmentation GAN"
31
+ description="This segments a Normal Image"
32
 
33
  demo=gr.Interface(fn=predict,
34
  inputs=gr.Image(type='pil'),