NyxKrage commited on
Commit
18845ec
1 Parent(s): 880094b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -138,7 +138,7 @@ with gr.Blocks(title=title, theme=gr.themes.Monochrome()) as app:
138
  default_context_size = default_size[1]
139
 
140
  gr.Markdown(
141
- f"# {app.title}\nThis is meant only as a guide and is will not be 100% accurate, this also does not account for anything that might be running in the background on your system or CUDA system memory fallback on Windows"
142
  )
143
  model = gr.Textbox(
144
  value=default_model,
 
138
  default_context_size = default_size[1]
139
 
140
  gr.Markdown(
141
+ f"# {app.title}\n## This space has been superseeded by the [NyxKrage/LLM-Model-VRAM-Calculator](https://huggingface.co/spaces/NyxKrage/LLM-Model-VRAM-Calculator), which has model search built in, and doesn't rely on gradio\nThis is meant only as a guide and is will not be 100% accurate, this also does not account for anything that might be running in the background on your system or CUDA system memory fallback on Windows"
142
  )
143
  model = gr.Textbox(
144
  value=default_model,