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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -118,9 +118,9 @@ def fix_code(code, error, model_name, max_tokens):
118
  except Exception as e:
119
  return f"Error: {e}"
120
 
121
- with gr.Blocks(title="Axon Ollama Edition", theme=gr.themes.Soft(primary_hue="purple")) as demo:
122
 
123
- gr.Markdown("# 🔥 Axon Ollama Edition\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")
 
118
  except Exception as e:
119
  return f"Error: {e}"
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")