Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
micole66
/
mt0-xxl-mt
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
ab03329
mt0-xxl-mt
/
app.py
micole66
Update app.py
6202832
about 2 years ago
raw
Copy download link
history
blame
Safe
180 Bytes
import
gradio
as
gr
gr.Interface.load((
"huggingface/bigscience/mt0-xxl-mt"
), allow_flagging=
True
, enable_queue=
True
, api_key=
"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"
).launch()