rushic24 commited on
Commit
ddb7e13
1 Parent(s): 3de158a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -56,5 +56,5 @@ article = """<p style='text-align: center'>
56
  </p>
57
  """
58
 
59
- iface = gr.Interface(predict_image, inputs=["sketchpad", "sketchpad"], outputs="label")
60
  iface.launch(debug='True')
 
56
  </p>
57
  """
58
 
59
+ iface = gr.Interface(predict_image, inputs=["sketchpad", "sketchpad"], outputs="label", title=title, description=description, article=article)
60
  iface.launch(debug='True')