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