Harsimran19 commited on
Commit
40f4856
1 Parent(s): 2a7d8dc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -34,8 +34,8 @@ def predict(image):
34
 
35
 
36
  # Gradio App
37
- title="Image Segmentation GAN"
38
- description="This segments a Normal Image"
39
 
40
  demo=gr.Interface(fn=predict,
41
  inputs=gr.Image(type='pil'),
 
34
 
35
 
36
  # Gradio App
37
+ title="Depth Estimation GAN"
38
+ description="This converts a Normal Image to a Depth Image"
39
 
40
  demo=gr.Interface(fn=predict,
41
  inputs=gr.Image(type='pil'),