Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ttj
/
t0-generation
like
3
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
ttj
commited on
Oct 18, 2021
Commit
22ac6cb
·
1 Parent(s):
b397673
Add application file
Browse files
Files changed (1)
hide
show
app.py
+2
-0
app.py
ADDED
Viewed
@@ -0,0 +1,2 @@
1
+
import gradio as gr
2
+
gr.Interface.load("huggingface/bigscience/T0").launch()