ysharma HF staff commited on
Commit
a36b2aa
1 Parent(s): 237645f
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -50,7 +50,7 @@ demo = gr.Blocks()
50
  with demo:
51
  gr.Markdown("<h1><center>Zero Shot SQL by Bloom</center></h1>")
52
  gr.Markdown(
53
- """[BigScienceW Bloom](https://twitter.com/BigscienceW) \n\n Large language models have demonstrated a capability of Zero-Shot SQL generation. Some might say — You can get good results out of LLMs if you know how to speak to them. This space is an attempt at inspecting this behavior/capability in the new HuggingFace BigScienceW [Bloom](https://huggingface.co/bigscience/bloom) model. \n\nThis Space is created by [Yuvraj Sharma](https://twitter.com/yvrjsharma) for EuroPython 2022 Demo.\nThe Prompt length is limited at the API end right now, thus there is a certain limitation in testing Bloom's capability thoroughly. This Space might sometime fail due to inference queue being full and logs would end up showing error as *queue full, try again later*, don't despair and try again after few minutes. Still iterating over the app, might add new features soon."""
54
  )
55
  with gr.Row():
56
 
 
50
  with demo:
51
  gr.Markdown("<h1><center>Zero Shot SQL by Bloom</center></h1>")
52
  gr.Markdown(
53
+ """[BigScienceW Bloom](https://twitter.com/BigscienceW) \n\n Large language models have demonstrated a capability of Zero-Shot SQL generation. Some might say — You can get good results out of LLMs if you know how to speak to them. This space is an attempt at inspecting this behavior/capability in the new HuggingFace BigScienceW [Bloom](https://huggingface.co/bigscience/bloom) model. \n\nThis Space is created by [Yuvraj Sharma](https://twitter.com/yvrjsharma) for EuroPython 2022 Demo.\nThe Prompt length is limited at the API end right now, thus there is a certain limitation in testing Bloom's capability thoroughly. This Space might sometime fail due to inference queue being full and logs would end up showing error as *queue full, try again later*, in such cases please try again after few minutes. Please note that, for the same prompt sometimes the Space runs just fine, while the other times it runs into error showing Response code [500] or *A very long prompt, temporarily not accepting these* message in the logs. Still iterating over the app, might be able to improve it further soon.."""
54
  )
55
  with gr.Row():
56