gokaygokay commited on
Commit
bf7095b
1 Parent(s): 5b949bd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -1
app.py CHANGED
@@ -98,6 +98,12 @@ def respond(
98
  outputs += output
99
  yield outputs
100
 
 
 
 
 
 
 
101
 
102
  demo = gr.ChatInterface(
103
  respond,
@@ -150,7 +156,8 @@ demo = gr.ChatInterface(
150
  undo_btn="Undo",
151
  clear_btn="Clear",
152
  submit_btn="Send",
153
- description="Reflection Llama-3.1 70B",
 
154
  chatbot=gr.Chatbot(
155
  scale=1,
156
  likeable=False,
 
98
  outputs += output
99
  yield outputs
100
 
101
+ description = """<p><center>
102
+ <a href="https://huggingface.co/mattshumer/Reflection-Llama-3.1-70B" target="_blank">[Reflection Llama 3.1 70B Model Page]</a>
103
+
104
+ <a href="https://huggingface.co/bartowski/Reflection-Llama-3.1-70B-GGUF" target="_blank">[70B Model GGUF]</a>
105
+ </center></p>
106
+ """
107
 
108
  demo = gr.ChatInterface(
109
  respond,
 
156
  undo_btn="Undo",
157
  clear_btn="Clear",
158
  submit_btn="Send",
159
+ title="Reflection Llama-3.1 70B",
160
+ description=description,
161
  chatbot=gr.Chatbot(
162
  scale=1,
163
  likeable=False,