AIencoder commited on
Commit
93cd0af
·
verified ·
1 Parent(s): 2a02297

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -120,7 +120,7 @@ def fix_code(code, error, model_name, max_tokens):
120
 
121
  with gr.Blocks(title="Axon v5.1", theme=gr.themes.Soft(primary_hue="purple")) as demo:
122
 
123
- gr.Markdown("# 🔥 Axon v5.1n\n**Ollama Edition** • Qwen2.5-Coder running locally • No rate limits!")
124
 
125
  with gr.Row():
126
  model_dropdown = gr.Dropdown(choices=list(MODELS.keys()), value="Qwen2.5-Coder 3B (Fast)", label="🤖 Model")
 
120
 
121
  with gr.Blocks(title="Axon v5.1", theme=gr.themes.Soft(primary_hue="purple")) as demo:
122
 
123
+ gr.Markdown("# 🔥 Axon v5.1\n**Ollama Edition** • Qwen2.5-Coder running locally • No rate limits!")
124
 
125
  with gr.Row():
126
  model_dropdown = gr.Dropdown(choices=list(MODELS.keys()), value="Qwen2.5-Coder 3B (Fast)", label="🤖 Model")