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...
5ac59b2
Test_LLM
/
app.py
HamidBekam
Update app.py
5ac59b2
about 2 years ago
raw
Copy download link
history
blame
Safe
178 Bytes
gr.Interface.load(
"huggingface/bigscience/bloom-560m"
,title=
"Text Generator Five w/ Variables"
, description=
"Input your text, submit and the machine willoutput text."
).launch()