Spaces:
Sleeping
Sleeping
Toptopito
commited on
Commit
·
d4c31c7
1
Parent(s):
35ae187
Update app.py
Browse files
app.py
CHANGED
@@ -31,7 +31,6 @@ intf = gr.Interface(fn=classify_image,
|
|
31 |
title = title,
|
32 |
description = description,
|
33 |
article = article,
|
34 |
-
interpretation='default',
|
35 |
enable_queue=True)
|
36 |
|
37 |
intf.launch(inline=False, share=True)
|
|
|
31 |
title = title,
|
32 |
description = description,
|
33 |
article = article,
|
|
|
34 |
enable_queue=True)
|
35 |
|
36 |
intf.launch(inline=False, share=True)
|