thesven commited on
Commit
f91c3ab
·
1 Parent(s): 16e433b
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -49,7 +49,7 @@ def predict(message, system_message, max_new_tokens=600, temperature=3.5, top_p=
49
  with gr.Blocks() as demo:
50
  gr.Markdown(DESCRIPTION)
51
  with gr.Group():
52
- system_prompt = gr.Textbox(placeholder='Provide a System Prompt In The First Person', label='System Prompt', lines=2, value="ou are an expert developer in all programming languages. Help me with my code. Answer any questions I have with code examples.")
53
 
54
  with gr.Group():
55
  chatbot = gr.Chatbot(label='thesven/Llama3-8B-SFT-code_bagel-bnb-4bit')
 
49
  with gr.Blocks() as demo:
50
  gr.Markdown(DESCRIPTION)
51
  with gr.Group():
52
+ system_prompt = gr.Textbox(placeholder='Provide a System Prompt In The First Person', label='System Prompt', lines=2, value="You are an expert developer in all programming languages. Help me with my code. Answer any questions I have with code examples.")
53
 
54
  with gr.Group():
55
  chatbot = gr.Chatbot(label='thesven/Llama3-8B-SFT-code_bagel-bnb-4bit')