MorenoLaQuatra
Initial commit
90fb392
raw
history blame contribute delete
No virus
142 Bytes
import gradio as gr
from transformers import pipeline
iface = gr.Interface.load(
"huggingface/facebook/galactica-1.3b",
)
iface.launch()