Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -90,5 +90,9 @@ gr.Interface(fn=predict,
|
|
90 |
title = title,
|
91 |
description = description,
|
92 |
inputs=gr.Image(type="pil", height=400),
|
93 |
-
outputs=gr.Image(type="pil", height=400)
|
94 |
-
|
|
|
|
|
|
|
|
|
|
90 |
title = title,
|
91 |
description = description,
|
92 |
inputs=gr.Image(type="pil", height=400),
|
93 |
+
outputs=gr.Image(type="pil", height=400),
|
94 |
+
theme="pure"
|
95 |
+
).launch(share=True)
|
96 |
+
|
97 |
+
|
98 |
+
|