Spaces:
Sleeping
Sleeping
deploy at 2024-08-23 20:34:54.681024
Browse files
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()
|