Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -146,6 +146,6 @@ app = gr.Interface(fn=main,
|
|
146 |
outputs="text",
|
147 |
title=title,
|
148 |
description=description,
|
149 |
-
examples=[["sampleImages/sample1.jpg"], ["sampleImages/sample2.jpg"],["sampleImages/sample3.jpg"]]
|
150 |
)
|
151 |
app.launch(share=True)
|
|
|
146 |
outputs="text",
|
147 |
title=title,
|
148 |
description=description,
|
149 |
+
examples=[["sampleImages/sample1.jpg"], ["sampleImages/sample2.jpg"],["sampleImages/sample3.jpg"], ["sampleImages/sample4.jpeg"]]
|
150 |
)
|
151 |
app.launch(share=True)
|