Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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(
|
|
|
|
| 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()
|