prithivMLmods commited on
Commit
2686107
Β·
verified Β·
1 Parent(s): 2708f03

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -10,7 +10,6 @@ from llama_cpp_agent.chat_history.messages import Roles
10
  import gradio as gr
11
  from huggingface_hub import hf_hub_download
12
 
13
-
14
  huggingface_token = os.getenv("HUGGINGFACE_TOKEN")
15
 
16
  hf_hub_download(
@@ -141,7 +140,6 @@ demo = gr.ChatInterface(
141
  title="GWQ PREV",
142
  chatbot=gr.Chatbot(
143
  scale=1,
144
- likeable=False,
145
  show_copy_button=True
146
  )
147
  )
 
10
  import gradio as gr
11
  from huggingface_hub import hf_hub_download
12
 
 
13
  huggingface_token = os.getenv("HUGGINGFACE_TOKEN")
14
 
15
  hf_hub_download(
 
140
  title="GWQ PREV",
141
  chatbot=gr.Chatbot(
142
  scale=1,
 
143
  show_copy_button=True
144
  )
145
  )