Update app.py
Browse files
app.py
CHANGED
@@ -75,7 +75,7 @@ iface = gr.Interface(
|
|
75 |
gr.Image(type="pil", label="Output"),
|
76 |
title=title,
|
77 |
description=description,
|
78 |
-
examples=[["groot.jpeg", "2x"]],
|
79 |
flagging_mode="never",
|
80 |
cache_examples=True
|
81 |
)
|
|
|
75 |
gr.Image(type="pil", label="Output"),
|
76 |
title=title,
|
77 |
description=description,
|
78 |
+
#examples=[["groot.jpeg", "2x"]],
|
79 |
flagging_mode="never",
|
80 |
cache_examples=True
|
81 |
)
|