Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -36,7 +36,8 @@ examples = [
|
|
36 |
["0_6as5rHi0sgG4W2Tq.png"],
|
37 |
["zoomout_2-1440x807.jpg"],
|
38 |
["inZdRVn7eafZNvaVre2iW1a538.webp"],
|
39 |
-
["cute-photos-of-cats-in-grass-1593184777.jpg"]
|
|
|
40 |
]
|
41 |
io = gr.Interface(fn=predict,
|
42 |
inputs=[
|
|
|
36 |
["0_6as5rHi0sgG4W2Tq.png"],
|
37 |
["zoomout_2-1440x807.jpg"],
|
38 |
["inZdRVn7eafZNvaVre2iW1a538.webp"],
|
39 |
+
["cute-photos-of-cats-in-grass-1593184777.jpg"],
|
40 |
+
["llama2-coder-logo.png"]
|
41 |
]
|
42 |
io = gr.Interface(fn=predict,
|
43 |
inputs=[
|