Spaces:
Sleeping
Sleeping
Dangurangu
commited on
Commit
•
7f65a12
1
Parent(s):
86049b7
Regai tiite futi
Browse files
.DS_Store
CHANGED
Binary files a/.DS_Store and b/.DS_Store differ
|
|
app.py
CHANGED
@@ -19,5 +19,5 @@ label = gr.Label()
|
|
19 |
examples = ['Dog.jpg', 'Cat.jpg', 'Dunno.jpg']
|
20 |
|
21 |
intf = gr.Interface(fn=classify_image, inputs=image, outputs=label, examples=examples)
|
22 |
-
intf.launch(inline=
|
23 |
|
|
|
19 |
examples = ['Dog.jpg', 'Cat.jpg', 'Dunno.jpg']
|
20 |
|
21 |
intf = gr.Interface(fn=classify_image, inputs=image, outputs=label, examples=examples)
|
22 |
+
intf.launch(inline=True)
|
23 |
|