Spaces:
Sleeping
Sleeping
Commit ·
f84f528
1
Parent(s): d47e854
Update app.py
Browse files
app.py
CHANGED
|
@@ -18,5 +18,4 @@ gr.Interface(fn=predict, inputs=gr.Image(height = 512, width = 512), outputs=gr.
|
|
| 18 |
description = "A pet breed classifier trained on the Oxford Pets dataset with fastai. Created as a demo for Gradio and HuggingFace Spaces.",
|
| 19 |
article="<p style='text-align: center'><a href='https://tmabraham.github.io/blog/gradio_hf_spaces_tutorial' target='_blank'>Blog post</a></p>",
|
| 20 |
examples = ['siamese.jpg'],
|
| 21 |
-
queue=True
|
| 22 |
).launch(share=True)
|
|
|
|
| 18 |
description = "A pet breed classifier trained on the Oxford Pets dataset with fastai. Created as a demo for Gradio and HuggingFace Spaces.",
|
| 19 |
article="<p style='text-align: center'><a href='https://tmabraham.github.io/blog/gradio_hf_spaces_tutorial' target='_blank'>Blog post</a></p>",
|
| 20 |
examples = ['siamese.jpg'],
|
|
|
|
| 21 |
).launch(share=True)
|