Spaces:
Sleeping
Sleeping
Camille Lebrun commited on
Commit ·
814aacc
1
Parent(s): bd36741
hello
Browse files
app.py
CHANGED
|
@@ -1,6 +1,3 @@
|
|
| 1 |
-
import
|
| 2 |
-
from transformers import pipeline
|
| 3 |
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
st.title("Sentiment Analysis with HuggingFace Spaces")
|
|
|
|
| 1 |
+
import gradio as gr
|
|
|
|
| 2 |
|
| 3 |
+
gr.load("models/openchat/openchat").launch()
|
|
|
|
|
|