Spaces:
Running
Running
sashavor
commited on
Commit
·
c6bc4cd
1
Parent(s):
a6e0232
removing examples
Browse files
app.py
CHANGED
@@ -66,5 +66,5 @@ gr.Interface(
|
|
66 |
# Filenames denote the integer labels. Know here: https://hf.co/datasets/beans
|
67 |
title=title,
|
68 |
description=description,
|
69 |
-
examples=[["0.png", 5], ["1.png", 5], ["2.png", 5]],
|
70 |
).launch()
|
|
|
66 |
# Filenames denote the integer labels. Know here: https://hf.co/datasets/beans
|
67 |
title=title,
|
68 |
description=description,
|
69 |
+
#examples=[["0.png", 5], ["1.png", 5], ["2.png", 5]],
|
70 |
).launch()
|