nyax commited on
Commit
6c17a91
·
verified ·
1 Parent(s): f968605

Added bug fixing message

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -337,6 +337,7 @@ with gr.Blocks(title="PhyloLM", theme=gr.themes.Default()) as demo:
337
  "- If the model has already been processed, you'll be notified and no new run will start.\n"
338
  "- If it hasn't been processed, it will be downloaded and be evaluated.\n\n"
339
  "⚠️ Be careful when submitting large LLMs (typically >15B parameters) as they may exceed the GPU RAM or the time limit, leading to failed runs."
 
340
  )
341
 
342
  with gr.Group():
 
337
  "- If the model has already been processed, you'll be notified and no new run will start.\n"
338
  "- If it hasn't been processed, it will be downloaded and be evaluated.\n\n"
339
  "⚠️ Be careful when submitting large LLMs (typically >15B parameters) as they may exceed the GPU RAM or the time limit, leading to failed runs."
340
+ " **UPDATE : The model sending module is under revision - it should be back again soon**"
341
  )
342
 
343
  with gr.Group():