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

Update app.py

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