abidlabs HF Staff commited on
Commit
586ce2c
·
verified ·
1 Parent(s): f8d4393

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ def auth(username: str, passwd: str) -> bool:
9
  def main():
10
  demo = gr.Interface(
11
  fn=func,
12
- inputs=[gr.File()],
13
  outputs=[gr.Textbox()],
14
  )
15
  demo.queue(api_open=True)
 
9
  def main():
10
  demo = gr.Interface(
11
  fn=func,
12
+ inputs=[gr.Textbox()],
13
  outputs=[gr.Textbox()],
14
  )
15
  demo.queue(api_open=True)