Spaces:
Sleeping
Sleeping
research14
commited on
Commit
β’
6a33daa
1
Parent(s):
4fee723
updated formatting errors for description
Browse files
app.py
CHANGED
@@ -183,7 +183,7 @@ def interface():
|
|
183 |
|
184 |
with gr.Tab("Linguistic Entities"):
|
185 |
gr.Markdown("""
|
186 |
-
|
187 |
|
188 |
- Enter a sentence for three models to process (Vicuna-7b, LLaMA-7b and GPT-3.5).
|
189 |
- Enter your OpenAI Api Key and click on 'Submit Key'.
|
@@ -191,9 +191,8 @@ def interface():
|
|
191 |
- Click 'Submit' to send your inputs to the models.
|
192 |
- Scroll to the bottom and click 'Clear' to start again.
|
193 |
|
194 |
-
|
195 |
-
|
196 |
-
""")
|
197 |
|
198 |
# Inputs
|
199 |
ling_ents_prompt = gr.Textbox(show_label=False, placeholder="Write a prompt and press enter")
|
@@ -231,7 +230,7 @@ def interface():
|
|
231 |
|
232 |
with gr.Tab("POS/Chunking"):
|
233 |
gr.Markdown("""
|
234 |
-
|
235 |
|
236 |
- Enter a sentence for three models to process (Vicuna-7b, LLaMA-7b and GPT-3.5).
|
237 |
- Enter your OpenAI Api Key and click on 'Submit Key'.
|
|
|
183 |
|
184 |
with gr.Tab("Linguistic Entities"):
|
185 |
gr.Markdown("""
|
186 |
+
## π Step-By-Step Instructions
|
187 |
|
188 |
- Enter a sentence for three models to process (Vicuna-7b, LLaMA-7b and GPT-3.5).
|
189 |
- Enter your OpenAI Api Key and click on 'Submit Key'.
|
|
|
191 |
- Click 'Submit' to send your inputs to the models.
|
192 |
- Scroll to the bottom and click 'Clear' to start again.
|
193 |
|
194 |
+
###π€ Now the models will output the linguistic entities found in your prompt based on your selections!
|
195 |
+
""")
|
|
|
196 |
|
197 |
# Inputs
|
198 |
ling_ents_prompt = gr.Textbox(show_label=False, placeholder="Write a prompt and press enter")
|
|
|
230 |
|
231 |
with gr.Tab("POS/Chunking"):
|
232 |
gr.Markdown("""
|
233 |
+
## π Step-By-Step Instructions
|
234 |
|
235 |
- Enter a sentence for three models to process (Vicuna-7b, LLaMA-7b and GPT-3.5).
|
236 |
- Enter your OpenAI Api Key and click on 'Submit Key'.
|