Spaces:
Runtime error
Runtime error
Harsimran19
commited on
Commit
•
40f4856
1
Parent(s):
2a7d8dc
Update app.py
Browse files
app.py
CHANGED
@@ -34,8 +34,8 @@ def predict(image):
|
|
34 |
|
35 |
|
36 |
# Gradio App
|
37 |
-
title="
|
38 |
-
description="This
|
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'),
|