Spaces:
Sleeping
Sleeping
Commit
·
d3e12ae
1
Parent(s):
b3fbcbf
Update app.py
Browse files
app.py
CHANGED
@@ -102,4 +102,5 @@ gr.Interface(fn=model_inference,
|
|
102 |
outputs=image_out,
|
103 |
title=title,
|
104 |
description=description,
|
105 |
-
examples=[['CTH.png']]
|
|
|
|
102 |
outputs=image_out,
|
103 |
title=title,
|
104 |
description=description,
|
105 |
+
# examples=[['CTH.png']]
|
106 |
+
).launch()
|