Update app.py
Browse files
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 |
-
|
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__":
|