Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
HamidBekam
/
Test_LLM
like
0
Runtime error
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
9a86d5c
Test_LLM
/
app.py
HamidBekam
Update app.py
9a86d5c
about 2 years ago
raw
Copy download link
history
blame
Safe
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()