RishShastry
commited on
Commit
•
04208ab
1
Parent(s):
a2055dc
Another Update
Browse files
app.py
CHANGED
@@ -40,4 +40,4 @@ label = gr.outputs.Label()
|
|
40 |
examples = ['bigben.jpeg','pyramid.jpeg','robiehouse.jpeg']
|
41 |
|
42 |
intf = gr.Interface(fn=classify_image, inputs=image, outputs=label, examples=examples)
|
43 |
-
intf.launch(inline=False
|
|
|
40 |
examples = ['bigben.jpeg','pyramid.jpeg','robiehouse.jpeg']
|
41 |
|
42 |
intf = gr.Interface(fn=classify_image, inputs=image, outputs=label, examples=examples)
|
43 |
+
intf.launch(inline=False)
|