Spaces:
Sleeping
Sleeping
from fasthtml_hf import setup_hf_backup | |
from fasthtml.common import * | |
#from fastai.vision.all import * | |
#import io | |
#import base64 | |
app,rt = fast_app() | |
def get(): return Div(P('Hello World!'), hx_get="/change") | |
setup_hf_backup(app) | |
serve() |