Spaces:
Runtime error
Runtime error
sandeepmajumdar
commited on
Commit
·
dc41c05
1
Parent(s):
5452c28
Update app.py
Browse files
app.py
CHANGED
@@ -12,7 +12,7 @@ sa_app = gr.Interface.load(
|
|
12 |
'huggingface/distilbert-base-uncased-finetuned-sst-2-english',
|
13 |
title='Sentiment Analysis',
|
14 |
examples=sa_examples,
|
15 |
-
description='Type your sentence here and Submit',
|
16 |
)
|
17 |
|
18 |
# Text Generation
|
|
|
12 |
'huggingface/distilbert-base-uncased-finetuned-sst-2-english',
|
13 |
title='Sentiment Analysis',
|
14 |
examples=sa_examples,
|
15 |
+
description='Type your sentence here and click Submit',
|
16 |
)
|
17 |
|
18 |
# Text Generation
|