Update app.py
Browse files
app.py
CHANGED
@@ -57,6 +57,6 @@ gr.Interface(
|
|
57 |
outputs="label",
|
58 |
title="DoodleDecoder",
|
59 |
description="Draw something from: Car, House, Wine bottle, Chair, Table, Tree, Camera, Fish, Rain, Clock, Hat",
|
60 |
-
interpretation='
|
61 |
article="Draw large with thick stroke."
|
62 |
).launch()
|
|
|
57 |
outputs="label",
|
58 |
title="DoodleDecoder",
|
59 |
description="Draw something from: Car, House, Wine bottle, Chair, Table, Tree, Camera, Fish, Rain, Clock, Hat",
|
60 |
+
interpretation='default', # Add the interpretation parameter here
|
61 |
article="Draw large with thick stroke."
|
62 |
).launch()
|