justhariharan commited on
Commit
34068d5
·
verified ·
1 Parent(s): ff94016

updated app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -7
app.py CHANGED
@@ -129,16 +129,13 @@ demo = gr.ChatInterface(
129
  description="""
130
  <b>Portfolio Project:</b> A specialized math solver fine-tuned on GSM8K using LoRA.
131
  <br><br>
132
- <a href='https://colab.research.google.com/github/HariHaran9597/Math-solver/blob/main/MATH_agent.ipynb' target='_blank'>
133
  <img src='https://colab.research.google.com/assets/colab-badge.svg' alt='Open In Colab'/>
134
  </a>
 
 
135
  <br><br>
136
- <b>⚠️ Performance Note:</b> This demo runs on <b>Free CPU Tier</b>.
137
- <ul>
138
- <li><b>First Request:</b> May take 1-2 mins (Cold Start).</li>
139
- <li><b>Warm Requests:</b> ~10-20 seconds.</li>
140
- <li><b>Smart Mode:</b> Runs 3x slower for higher accuracy.</li>
141
- </ul>
142
  """,
143
  examples=[
144
  ["If I have 30 candies and eat 12, then buy 5 more, how many do I have?", False],
 
129
  description="""
130
  <b>Portfolio Project:</b> A specialized math solver fine-tuned on GSM8K using LoRA.
131
  <br><br>
132
+ <a href='https://colab.research.google.com/github/HariHaran9597/Math-solver/blob/main/Try_Math_Solver.ipynb' target='_blank'>
133
  <img src='https://colab.research.google.com/assets/colab-badge.svg' alt='Open In Colab'/>
134
  </a>
135
+ <br>
136
+ (Click the badge above to run this on a Free GPU for faster speeds!)
137
  <br><br>
138
+ <b>⚠️ Performance Note:</b> This current page runs on a slow CPU.
 
 
 
 
 
139
  """,
140
  examples=[
141
  ["If I have 30 candies and eat 12, then buy 5 more, how many do I have?", False],