vishalbakshi commited on
Commit
05e6dc9
·
verified ·
1 Parent(s): ddc6d84

deploy at 2024-08-23 20:34:54.681024

Browse files
Files changed (1) hide show
  1. main.py +5 -0
main.py CHANGED
@@ -1,5 +1,10 @@
1
  from fasthtml_hf import setup_hf_backup
2
  from fasthtml.common import *
 
 
 
 
 
3
 
4
 
5
  app,rt = fast_app()
 
1
  from fasthtml_hf import setup_hf_backup
2
  from fasthtml.common import *
3
+ from fastai.vision.all import *
4
+ from fasthtml_hf import setup_hf_backup
5
+ from PIL import Image
6
+ import io
7
+ import base64
8
 
9
 
10
  app,rt = fast_app()