AIencoder commited on
Commit
1a12be1
·
verified ·
1 Parent(s): 6f3751d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -118,7 +118,7 @@ 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="GOD Coding Machine", 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
 
 
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