Tonic commited on
Commit
dd4ffcb
Β·
verified Β·
1 Parent(s): 6c93589

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -121,7 +121,7 @@ def main():
121
  audio_input = gr.Audio(label="Or speak your problem here:", type="numpy")
122
  image_input = gr.Image(label="Or upload an image related to your problem:", type="numpy")
123
  btn_submit = gr.Button("Submit")
124
- output = gr.Textbox(label="Output", readonly=True)
125
 
126
  def process_and_submit(oai_key, pat, query, max_auto_reply, audio, image):
127
  os.environ['CLARIFAI_PAT'] = pat
 
121
  audio_input = gr.Audio(label="Or speak your problem here:", type="numpy")
122
  image_input = gr.Image(label="Or upload an image related to your problem:", type="numpy")
123
  btn_submit = gr.Button("Submit")
124
+ output = gr.Textbox(label="Output")
125
 
126
  def process_and_submit(oai_key, pat, query, max_auto_reply, audio, image):
127
  os.environ['CLARIFAI_PAT'] = pat