Spaces:
Runtime error
Runtime error
Jyothish CHANDRASENAN
commited on
Commit
·
df7600a
1
Parent(s):
c5b4d8a
Update app.py
Browse files
app.py
CHANGED
@@ -185,6 +185,6 @@ sample_images = [["006.png"],["002.png"],["003.png"],["004.png"],["058.png"],["0
|
|
185 |
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=[gr.Image(label="image à tester" ,type="filepath")], label = "Quelques images à tester")]).launch(share=False)
|
190 |
examples=sample_images).launch(share=False)
|
|
|
185 |
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=[gr.Image(label="image à tester" ,type="filepath")], label = "Quelques images à tester")]).launch(share=False)
|
190 |
examples=sample_images).launch(share=False)
|