veronhii commited on
Commit
e22f3b9
·
1 Parent(s): 9c14d78

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -58,7 +58,7 @@ interface = gr.Interface(
58
  type="value",
59
  label="Select a model",
60
  info="Base model that done feature extraction and fine-tuning process"
61
- )
62
  ],
63
  outputs='label',
64
  )
 
58
  type="value",
59
  label="Select a model",
60
  info="Base model that done feature extraction and fine-tuning process"
61
+ ),
62
  ],
63
  outputs='label',
64
  )