Samarth991 commited on
Commit
65b9ed7
1 Parent(s): 2874079

adding Laama chat7b model

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -125,8 +125,8 @@ css="""
125
 
126
  title = """
127
  <div style="text-align: center;max-width: 2048px;">
128
- <h1>Chat with Youtube Videos </h1>
129
- <p style="text-align: center;">Upload a youtube link of any video-lecture/song/Research/Conference & ask Questions to chatbot with the tool.
130
  <i> Tools uses State of the Art Models from HuggingFace/OpenAI so, make sure to add your key.</i>
131
  </p>
132
  </div>
 
125
 
126
  title = """
127
  <div style="text-align: center;max-width: 2048px;">
128
+ <h1>Q&A using LLAMA on Audio files</h1>
129
+ <p style="text-align: center;">Upload a Audio file/link and query LLAMA-chatbot.
130
  <i> Tools uses State of the Art Models from HuggingFace/OpenAI so, make sure to add your key.</i>
131
  </p>
132
  </div>