Spaces:
Runtime error
Runtime error
citradiani
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -238,11 +238,16 @@ interface = gr.Interface(
|
|
238 |
gr.Text(label="Price")
|
239 |
],
|
240 |
|
|
|
|
|
|
|
|
|
|
|
241 |
examples = [
|
242 |
-
|
243 |
-
|
244 |
-
|
245 |
-
|
246 |
interface.launch()
|
247 |
|
248 |
# Type is not JSON serializable: numpy.int64
|
|
|
238 |
gr.Text(label="Price")
|
239 |
],
|
240 |
|
241 |
+
# examples = [
|
242 |
+
# '/content/drive/MyDrive/Assignment-Citra-SkillacademyAI/bibimbap.jpeg',
|
243 |
+
# '/content/drive/MyDrive/Assignment-Citra-SkillacademyAI/food-101-tiny/apple-pie.jpeg',
|
244 |
+
# '/content/drive/MyDrive/Assignment-Citra-SkillacademyAI/food-101-tiny/cannoli.jpeg'
|
245 |
+
# ])
|
246 |
examples = [
|
247 |
+
'./bibimbap.jpeg',
|
248 |
+
'./apple-pie.jpeg',
|
249 |
+
'./cannoli.jpeg'
|
250 |
+
])
|
251 |
interface.launch()
|
252 |
|
253 |
# Type is not JSON serializable: numpy.int64
|