merve HF Staff commited on
Commit
cbd2841
·
1 Parent(s): 29e3029

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,4 +16,4 @@ def infer(image):
16
  cls = labels[cls]
17
  return f"Welcome to {cls}"
18
 
19
- gr.Interface(infer, inputs=[canvas], outputs=[text]).launch(debug=True)
 
16
  cls = labels[cls]
17
  return f"Welcome to {cls}"
18
 
19
+ gr.Interface(infer, inputs=[canvas], outputs=[text], title="Welcome to Hogwarts Sorting Hat!", description="Draw something and let the sorting hat sort you! 🎩 ").launch()