Spaces:
Runtime error
Runtime error
Commit
·
5ea9633
1
Parent(s):
0539ad6
Update app.py
Browse files
app.py
CHANGED
|
@@ -27,8 +27,8 @@ def predict(img):
|
|
| 27 |
return y_gen
|
| 28 |
|
| 29 |
# Gradio App
|
| 30 |
-
title="
|
| 31 |
-
description="This
|
| 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'),
|