Spaces:
Build error
Build error
refactor a bit
Browse files
app.py
CHANGED
|
@@ -2,7 +2,7 @@ from huggingface_hub import from_pretrained_fastai
|
|
| 2 |
import gradio as gr
|
| 3 |
|
| 4 |
|
| 5 |
-
categories = ('
|
| 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 |
|