Spaces:
Sleeping
Sleeping
Commit
·
42ca426
1
Parent(s):
c2556cf
2.2.2
Browse files
app.py
CHANGED
@@ -120,7 +120,7 @@ def llama2_cor(text):
|
|
120 |
return json_res['sentences']
|
121 |
except: return "Please retry or reboot the LLM server."
|
122 |
with gr.Blocks() as demo:
|
123 |
-
with gr.Tab("Llama-2-
|
124 |
with gr.Row():
|
125 |
text_input = gr.Textbox(lines=5, label="Input", placeholder="Please enter sentences line by line.")
|
126 |
text_output = gr.Textbox(lines=5, label="Output")
|
|
|
120 |
return json_res['sentences']
|
121 |
except: return "Please retry or reboot the LLM server."
|
122 |
with gr.Blocks() as demo:
|
123 |
+
with gr.Tab("Llama-2-7b-chat"):
|
124 |
with gr.Row():
|
125 |
text_input = gr.Textbox(lines=5, label="Input", placeholder="Please enter sentences line by line.")
|
126 |
text_output = gr.Textbox(lines=5, label="Output")
|