eswardivi commited on
Commit
b29a826
1 Parent(s): a4a5480

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -104,6 +104,6 @@ demo = gr.ChatInterface(
104
  ],
105
  stop_btn="Stop Generation",
106
  title="Chat With LLMs",
107
- description="Now Running ![meta-llama/Meta-Llama-3-8B-Instruct](https://huggingface.co/meta-llama/Meta-Llama-3-8B-Instruct) in 4bit"
108
  )
109
  demo.launch()
 
104
  ],
105
  stop_btn="Stop Generation",
106
  title="Chat With LLMs",
107
+ description="Now Running [meta-llama/Meta-Llama-3-8B-Instruct](https://huggingface.co/meta-llama/Meta-Llama-3-8B-Instruct) in 4bit"
108
  )
109
  demo.launch()