CWI / app.py
jaimin's picture
Update app.py
a237885
raw
history blame
141 Bytes
from huggingface_hub import from_pretrained_keras
import tensorflow as tf
import gradio as gr
model = from_pretrained_keras("jaimin/CWI")