vishalbakshi commited on
Commit
fe0e8cd
·
verified ·
1 Parent(s): dca4383

deploy at 2024-08-23 21:41:54.029045

Browse files
Files changed (1) hide show
  1. main.py +2 -1
main.py CHANGED
@@ -1,5 +1,6 @@
1
  from fasthtml_hf import setup_hf_backup
2
- from fasthtml.common import FastHTML, Div, P, serve as fasthtml_serve
 
3
  #from fastai.vision.all import * # Uncomment this when you're ready to use fastai
4
  #import uvicorn
5
 
 
1
  from fasthtml_hf import setup_hf_backup
2
+ from fasthtml.common import *
3
+ from fasthtml import serve as fasthtml_serve
4
  #from fastai.vision.all import * # Uncomment this when you're ready to use fastai
5
  #import uvicorn
6