umangshikarvar commited on
Commit
066902d
·
verified ·
1 Parent(s): 2a9a1e0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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"),