moshe742 commited on
Commit
388b624
1 Parent(s): f3ef851

refactor a bit

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@ from huggingface_hub import from_pretrained_fastai
2
  import gradio as gr
3
 
4
 
5
- categories = ('chess', 'checkers')
6
  repo_id = "moshe742/chess-or-not"
7
  learn = from_pretrained_fastai(repo_id)
8
 
 
2
  import gradio as gr
3
 
4
 
5
+ categories = ('checkers', 'chess')
6
  repo_id = "moshe742/chess-or-not"
7
  learn = from_pretrained_fastai(repo_id)
8