Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
unlisboa
/
another_demo
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
278e88b
another_demo
/
app.py
dmgcsilva
Update app.py
278e88b
almost 3 years ago
raw
Copy download link
history
blame
Safe
163 Bytes
import
gradio
as
gr
examples = [[
"Lamb shank"
], [
"Lasagna is"
], [
"Pork chops are"
]]
gr.Interface.load(
"huggingface/mbien/recipenlg"
, examples=examples).launch();