Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -21,8 +21,8 @@ iface = gr.Interface(
|
|
21 |
inputs=gr.Image(label="Upload Image"),
|
22 |
outputs=gr.Image(label="Output Image"),
|
23 |
theme="Nymbo/Nymbo_Theme",
|
24 |
-
title="
|
25 |
-
description="
|
26 |
)
|
27 |
|
28 |
if __name__ == "__main__":
|
|
|
21 |
inputs=gr.Image(label="Upload Image"),
|
22 |
outputs=gr.Image(label="Output Image"),
|
23 |
theme="Nymbo/Nymbo_Theme",
|
24 |
+
title="",
|
25 |
+
description=""
|
26 |
)
|
27 |
|
28 |
if __name__ == "__main__":
|