Rename superbig to superbooga

This commit is contained in:
oobabooga 2023-05-07 13:29:49 -03:00
parent 8216c8f732
commit ec1cda0e1f
2 changed files with 2 additions and 1 deletions

View File

@ -143,7 +143,6 @@ def input_modifier(string):
return string return string
def ui(): def ui():
with gr.Accordion("Click for more information...", open=False): with gr.Accordion("Click for more information...", open=False):
gr.Markdown(textwrap.dedent(""" gr.Markdown(textwrap.dedent("""
@ -155,6 +154,8 @@ def ui():
The database is then queried during inference time to get the excerpts that are closest to your input. The idea is to create The database is then queried during inference time to get the excerpts that are closest to your input. The idea is to create
an arbitrarily large pseudocontext. an arbitrarily large pseudocontext.
It is a modified version of the superbig extension by kaiokendev: https://github.com/kaiokendev/superbig
## How to use it ## How to use it
1) Paste your input text (of whatever length) into the text box below. 1) Paste your input text (of whatever length) into the text box below.