Update app.py
Browse files
app.py
CHANGED
@@ -67,6 +67,7 @@ def predict_sentiment(tweet):
|
|
67 |
return "Neutral"
|
68 |
|
69 |
# === Gradio Interface ===
|
|
|
70 |
demo = gr.Interface(
|
71 |
fn=predict_sentiment,
|
72 |
inputs=gr.Textbox(lines=2, placeholder="Enter the text", label="Statement"),
|
|
|
67 |
return "Neutral"
|
68 |
|
69 |
# === Gradio Interface ===
|
70 |
+
gr.Markdown("[Model Card](https://huggingface.co/umangshikarvar/sentiment-qlora-gptneo)")
|
71 |
demo = gr.Interface(
|
72 |
fn=predict_sentiment,
|
73 |
inputs=gr.Textbox(lines=2, placeholder="Enter the text", label="Statement"),
|