Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
anegi
/
Comparing-dialogue-summarization-models
like
7
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
anegi
commited on
Apr 9, 2022
Commit
63abbf6
·
1 Parent(s):
0cba37e
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -9,4 +9,4 @@ interface = gr.Interface.load("huggingface/anegi/t5smallmodel",
9
],
10
description = description
11
)
12
-
interface.
load
()
9
],
10
description = description
11
)
12
+
interface.
launch
()