Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
hf-dongpyo
/
T5
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
hf-dongpyo
commited on
Sep 21, 2023
Commit
8a39aa7
·
1 Parent(s):
f957ae9
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -23,4 +23,4 @@ grad.Interface(
23
text2text,
24
inputs = [context, ans],
25
outputs = out
26
-
).
lanuch
()
23
text2text,
24
inputs = [context, ans],
25
outputs = out
26
+
).
launch
()