research14 commited on
Commit
3cb1869
·
1 Parent(s): acb52cd

removed unnecesary code commented out

Browse files
Files changed (1) hide show
  1. app.py +0 -12
app.py CHANGED
@@ -304,18 +304,6 @@ def interface():
304
  # outputs=[task, task_prompt, gpt_S2_chatbot])
305
  # task_btn.click(gpt_strategies_respond, inputs=[strategy1, task, task_linguistic_entities, gpt_S3_chatbot],
306
  # outputs=[task, task_prompt, gpt_S3_chatbot])
307
-
308
-
309
- # textbox_prompt.submit(vicuna_respond, inputs=[textbox_prompt, vicuna_S1_chatbot], outputs=[textbox_prompt, vicuna_S1_chatbot])
310
- # textbox_prompt.submit(respond, inputs=[textbox_prompt, vicuna_S2_chatbot], outputs=[textbox_prompt, vicuna_S2_chatbot])
311
- # textbox_prompt.submit(respond, inputs=[textbox_prompt, vicuna_S3_chatbot], outputs=[textbox_prompt, vicuna_S3_chatbot])
312
-
313
- #textbox_prompt.submit(llama_respond, inputs=[textbox_prompt, llama_S1_chatbot], outputs=[textbox_prompt, llama_S1_chatbot])
314
-
315
- # btn.click(lambda _,
316
- # message=textbox_prompt: linguistic_features_textbox.update(linguistic_features(textbox_prompt.value)),
317
- # inputs=[textbox_prompt],
318
- # outputs=[linguistic_features_textbox])
319
 
320
  with gr.Blocks() as demo:
321
  gr.Markdown("# LLM Evaluator With Linguistic Scrutiny")
 
304
  # outputs=[task, task_prompt, gpt_S2_chatbot])
305
  # task_btn.click(gpt_strategies_respond, inputs=[strategy1, task, task_linguistic_entities, gpt_S3_chatbot],
306
  # outputs=[task, task_prompt, gpt_S3_chatbot])
 
 
 
 
 
 
 
 
 
 
 
 
307
 
308
  with gr.Blocks() as demo:
309
  gr.Markdown("# LLM Evaluator With Linguistic Scrutiny")