Astroboy01 commited on
Commit
563cb7c
·
1 Parent(s): 93de706

Deleted the article variable

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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, article=article, examples=examples, interpretation=interpretation, enable_queue=enable_queue)
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()