saritha commited on
Commit
68a1f31
·
verified ·
1 Parent(s): 5ef6a19

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -50,7 +50,7 @@ with gr.Blocks() as demo:
50
  input_text = gr.Textbox(label="Enter your prompt here:", placeholder="Type something...", lines=2)
51
  submit_button = gr.Button("Submit")
52
  output_llama = gr.Textbox(label="Llama 3 8B 👾", placeholder="", lines=10, interactive=False)
53
- output_mistral = gr.Textbox(label="Mistral 7B 🌠", placeholder="", lines=10, interactive=False)
54
 
55
  submit_button.click(fn=response_from_llam3, inputs="text", outputs="text")
56
 
 
50
  input_text = gr.Textbox(label="Enter your prompt here:", placeholder="Type something...", lines=2)
51
  submit_button = gr.Button("Submit")
52
  output_llama = gr.Textbox(label="Llama 3 8B 👾", placeholder="", lines=10, interactive=False)
53
+ # output_mistral = gr.Textbox(label="Mistral 7B 🌠", placeholder="", lines=10, interactive=False)
54
 
55
  submit_button.click(fn=response_from_llam3, inputs="text", outputs="text")
56