john commited on
Commit
33c3a6d
1 Parent(s): 553a5f5

fix the none error

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -48,7 +48,7 @@ trainer = Trainer(
48
 
49
  gr.Interface(
50
  fn=trainer.train,
51
- inputs=NONE,
52
- outputs=NONE,
53
  title="test",
54
  ).launch()
 
48
 
49
  gr.Interface(
50
  fn=trainer.train,
51
+ inputs=None,
52
+ outputs=None,
53
  title="test",
54
  ).launch()