Spaces:
Build error
Build error
File size: 142 Bytes
90fb392 |
1 2 3 4 5 6 7 8 |
import gradio as gr
from transformers import pipeline
iface = gr.Interface.load(
"huggingface/facebook/galactica-1.3b",
)
iface.launch() |