energybubu commited on
Commit
42ca426
·
1 Parent(s): c2556cf
Files changed (1) hide show
  1. app.py +1 -1
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-13b-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")
 
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")