Spaces:
Runtime error
Runtime error
Jyothish CHANDRASENAN
commited on
Commit
·
1e8b9d2
1
Parent(s):
2e78e99
Update app.py
Browse files
app.py
CHANGED
@@ -186,4 +186,4 @@ gr.Interface(fn=predict,
|
|
186 |
inputs=[gr.Image(label="image à tester" ,type="filepath")],
|
187 |
outputs=[gr.Image(label ="résultat"), gr.Textbox(label="analyse")],
|
188 |
css="footer {visibility: hidden} body}, .gradio-container {background-color: white}",
|
189 |
-
examples = gr.Examples(sample_images, inputs=[inputs], label = "Quelques images à tester").launch(share=False)
|
|
|
186 |
inputs=[gr.Image(label="image à tester" ,type="filepath")],
|
187 |
outputs=[gr.Image(label ="résultat"), gr.Textbox(label="analyse")],
|
188 |
css="footer {visibility: hidden} body}, .gradio-container {background-color: white}",
|
189 |
+
examples = [gr.Examples(sample_images, inputs=[inputs], label = "Quelques images à tester")]).launch(share=False)
|