Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -46,5 +46,5 @@ gr.Interface(
|
|
46 |
inputs=gr.Sketchpad(label="Draw a digit", height=500, width=500),
|
47 |
outputs="number",
|
48 |
live=True
|
49 |
-
).launch()
|
50 |
|
|
|
46 |
inputs=gr.Sketchpad(label="Draw a digit", height=500, width=500),
|
47 |
outputs="number",
|
48 |
live=True
|
49 |
+
).launch(debug=True)
|
50 |
|