rosemariafontana commited on
Commit
d099f95
·
verified ·
1 Parent(s): 40c04ce

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -11
app.py CHANGED
@@ -68,16 +68,5 @@ with gr.BLocks() as demo:
68
  outputs=output_textbox
69
  )
70
 
71
- demo = gr.Interface(
72
- fn=respond,
73
- inputs=[
74
- "textbox",
75
- gr.Radio(["Force Use Specific Tool", "Plain (No Tools)"], label="Claude Tool Use Options")
76
- gr.Radio(["plantings_and_fields_schema", "interactions_schema", "trials_and_treatments_schema"], label="Claude Specific Tools Available", visible=False)
77
- ],
78
- outputs="textbox"
79
- )
80
-
81
-
82
  if __name__ == "__main__":
83
  demo.launch()
 
68
  outputs=output_textbox
69
  )
70
 
 
 
 
 
 
 
 
 
 
 
 
71
  if __name__ == "__main__":
72
  demo.launch()