Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -538,8 +538,4 @@ with gr.Blocks() as iface:
|
|
538 |
def log_messages(inputs, outputs):
|
539 |
logger(f'Input: {inputs}, Output: {outputs}')
|
540 |
|
541 |
-
iface.load(fn=get_helpful_tip, inputs=agent_dropdown, outputs=ui.info)
|
542 |
-
iface.load(fn=update_sys_prompt, inputs=agent_dropdown, outputs=sys_prompt)
|
543 |
-
iface.load(fn=log_messages, input_type='state', event_type='save_model')
|
544 |
-
|
545 |
iface.launch()
|
|
|
538 |
def log_messages(inputs, outputs):
|
539 |
logger(f'Input: {inputs}, Output: {outputs}')
|
540 |
|
|
|
|
|
|
|
|
|
541 |
iface.launch()
|