Update app.py
Browse files
app.py
CHANGED
@@ -137,7 +137,7 @@ predict_interface = gr.Interface(
|
|
137 |
outputs=gr.JSON(),
|
138 |
title="Drawing Classifier",
|
139 |
description="Draw something and the model will try to identify it!",
|
140 |
-
live=
|
141 |
)
|
142 |
|
143 |
feedback_interface = gr.Interface(
|
|
|
137 |
outputs=gr.JSON(),
|
138 |
title="Drawing Classifier",
|
139 |
description="Draw something and the model will try to identify it!",
|
140 |
+
live=False
|
141 |
)
|
142 |
|
143 |
feedback_interface = gr.Interface(
|