fnet / app.py
christopher's picture
Update app.py
fcf1ec1
raw
history blame
No virus
115 Bytes
import gradio as gr
from huggingface_hub import from_pretrained_keras
fnet = from_pretrained_keras("cakiki/fnet")