Spaces:
Runtime error
Runtime error
Josh
commited on
Commit
·
9cd1e17
1
Parent(s):
c58b59b
remove gradio share option for HF spaces
Browse files
app.py
CHANGED
@@ -21,4 +21,4 @@ article="<p style='text-align: center'><a href='https://tmabraham.github.io/blog
|
|
21 |
examples = ['scratch.jpg']
|
22 |
interpretation='default'
|
23 |
enable_queue=True
|
24 |
-
gr.Interface(fn=predict,inputs=gr.components.Image(shape=(512, 512)),outputs=gr.components.Label(num_top_classes=3),title=title,description=description,article=article,examples=examples,interpretation=interpretation).launch(enable_queue=enable_queue
|
|
|
21 |
examples = ['scratch.jpg']
|
22 |
interpretation='default'
|
23 |
enable_queue=True
|
24 |
+
gr.Interface(fn=predict,inputs=gr.components.Image(shape=(512, 512)),outputs=gr.components.Label(num_top_classes=3),title=title,description=description,article=article,examples=examples,interpretation=interpretation).launch(enable_queue=enable_queue)
|