Spaces:
Sleeping
Sleeping
Commit
·
563cb7c
1
Parent(s):
93de706
Deleted the article variable
Browse files
app.py
CHANGED
@@ -23,5 +23,5 @@ and a malignant one (melanoma). It has an accuracy of 81 %"""
|
|
23 |
interpretation='default'
|
24 |
enable_queue=True
|
25 |
|
26 |
-
iface = gr.Interface(fn=predict, inputs=image, outputs=label,title=title, description=description,
|
27 |
iface.launch()
|
|
|
23 |
interpretation='default'
|
24 |
enable_queue=True
|
25 |
|
26 |
+
iface = gr.Interface(fn=predict, inputs=image, outputs=label,title=title, description=description, examples=examples, interpretation=interpretation, enable_queue=enable_queue)
|
27 |
iface.launch()
|