Camille Lebrun commited on
Commit
814aacc
1 Parent(s): bd36741
Files changed (1) hide show
  1. app.py +2 -5
app.py CHANGED
@@ -1,6 +1,3 @@
1
- import streamlit as st
2
- from transformers import pipeline
3
 
4
- pipe = pipeline("text-generation", model="openchat/openchat_3.5")
5
-
6
- st.title("Sentiment Analysis with HuggingFace Spaces")
 
1
+ import gradio as gr
 
2
 
3
+ gr.load("models/openchat/openchat").launch()