Spaces:
Sleeping
Sleeping
Commit
·
ce7e0df
1
Parent(s):
66e6982
Update app.py
Browse files
app.py
CHANGED
@@ -104,5 +104,5 @@ gr.Interface(fn=model_inference,
|
|
104 |
outputs=image_out,
|
105 |
title=title,
|
106 |
description=description,
|
107 |
-
examples=["CTH.png", "carplane.webp"]
|
108 |
).launch()
|
|
|
104 |
outputs=image_out,
|
105 |
title=title,
|
106 |
description=description,
|
107 |
+
# examples=["CTH.png", "carplane.webp"]
|
108 |
).launch()
|