Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -14,4 +14,4 @@ article = "<p style = 'text-align: center'><a href='https://www.youtube.com/watc
|
|
14 |
examples = ['hotdog and nothotdog.png']
|
15 |
interpretation='default'
|
16 |
|
17 |
-
gr.Interface(fn=predict,inputs=gr.inputs.Image(shape=(512, 512)),outputs=gr.outputs.Label(num_top_classes=2),title=title,description=description,article=article,examples=examples,interpretation=interpretation).launch(
|
|
|
14 |
examples = ['hotdog and nothotdog.png']
|
15 |
interpretation='default'
|
16 |
|
17 |
+
gr.Interface(fn=predict,inputs=gr.inputs.Image(shape=(512, 512)),outputs=gr.outputs.Label(num_top_classes=2),title=title,description=description,article=article,examples=examples,interpretation=interpretation).launch()
|