johnhelf commited on
Commit
cc1fae6
1 Parent(s): 375bbc4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,7 +21,7 @@ async def codeinterpreter(prompt, files):
21
 
22
  app = gr.Interface(
23
  fn=codeinterpreter, inputs=[
24
- gr.TextBox(label="prompt",info="input the prompt"),
25
  gr.Files(),
26
  ], outputs=["text","gallery"]
27
  )
 
21
 
22
  app = gr.Interface(
23
  fn=codeinterpreter, inputs=[
24
+ gr.Textbox(label="prompt",info="input the prompt"),
25
  gr.Files(),
26
  ], outputs=["text","gallery"]
27
  )