amitpuri commited on
Commit
4f4b28e
·
1 Parent(s): 22f120c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -5
app.py CHANGED
@@ -56,11 +56,7 @@ with gr.Blocks() as LLMDemoTabbedScreen:
56
  test_string_output_info = gr.Label(value="Output Info", label="Info")
57
  test_button = gr.Button("Try it")
58
 
59
- test_button.click(
60
- fn=test_handler,
61
- inputs=[llm_api_options, test_string],
62
- outputs=[test_string_output_info, test_string_response]
63
- )
64
 
65
 
66
  if __name__ == "__main__":
 
56
  test_string_output_info = gr.Label(value="Output Info", label="Info")
57
  test_button = gr.Button("Try it")
58
 
59
+
 
 
 
 
60
 
61
 
62
  if __name__ == "__main__":