import gradio as gr from transformers import pipeline iface = gr.Interface.load( "huggingface/facebook/galactica-1.3b", ) iface.launch()