Apex-X commited on
Commit
b16ee30
·
verified ·
1 Parent(s): 2247959

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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='confidence', # Add the interpretation parameter here
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()