Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
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
a6b5c53
•
1 Parent(s):
34a0a13
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -25,4 +25,4 @@ io = gr.Interface(
25
],
26
title=title,
27
)
28
-
io.launch(share=
True
,debug=
True
)
25
],
26
title=title,
27
)
28
+
io.launch(share=
False
,debug=
False
)