Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -68,4 +68,5 @@ interface = gr.Interface(
|
|
68 |
description="See which emotion is predicted by BERT, XLNet, and GPT-2, along with their confidence."
|
69 |
)
|
70 |
|
|
|
71 |
interface.launch()
|
|
|
68 |
description="See which emotion is predicted by BERT, XLNet, and GPT-2, along with their confidence."
|
69 |
)
|
70 |
|
71 |
+
|
72 |
interface.launch()
|