Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
dzmltzack
/
flan-t5-xl-32bit-lm
like
0
Runtime error
App
Files
Files
Community
dzmltzack
commited on
May 2, 2023
Commit
10a3467
•
1 Parent(s):
7957029
Create app.py
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("models/google/flan-t5-large").launch()