RaphaelKalandadze commited on
Commit
4d9f7c3
2 Parent(s): 817b29c 00d46ee

Merge branch 'main' of https://huggingface.co/spaces/RaphaelKalandadze/Handwritten_digit_99.5 into main

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,7 +1,7 @@
1
  import gradio as gr
2
  from fastai.vision.all import *
3
 
4
- learner = load_learner("models/batch_size_64_device_cuda_lr_0.01_n_epoch_30_seed_42_valid_pct_0.2.pkl", cpu=False)
5
 
6
  labels = learner.dls.vocab
7
 
 
1
  import gradio as gr
2
  from fastai.vision.all import *
3
 
4
+ learner = load_learner("models/batch_size_64_device_cuda_lr_0.01_n_epoch_30_seed_42_valid_pct_0.2.pkl")
5
 
6
  labels = learner.dls.vocab
7