Test_LLM / app.py
HamidBekam's picture
Update app.py
9a86d5c
raw
history blame
199 Bytes
import gradio as gr
gr.Interface.load("huggingface/bigscience/bloom-560m",title="Text Generator Five w/ Variables", description="Input your text, submit and the machine willoutput text.").launch()