samim commited on
Commit
4b11f95
1 Parent(s): 8eb9276

text change

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -49,9 +49,9 @@ def sql_generate(prompt, input_prompt_sql ):
49
  demo = gr.Blocks()
50
 
51
  with demo:
52
- gr.Markdown("<h1><center>Zero Shot SQL by Bloom</center></h1>")
53
  gr.Markdown(
54
- """[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\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, longer prompts might not work as well and the Space could error out with 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.. \n\nThis Space is created by [Yuvraj Sharma](https://twitter.com/yvrjsharma) for Gradio EuroPython 2022 Demo."""
55
  )
56
  with gr.Row():
57
 
 
49
  demo = gr.Blocks()
50
 
51
  with demo:
52
+ gr.Markdown("<h1><center>Bloom Explorer</center></h1>")
53
  gr.Markdown(
54
+ """Exploration of the capabilities of the [BigScienceW Bloom](https://twitter.com/BigscienceW) Large language model \n\nThis Space is created by [Samim](https://samim.io) for research and fun"""
55
  )
56
  with gr.Row():
57