abdulsamad commited on
Commit
d13e2d7
·
1 Parent(s): 7236bd2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -36,7 +36,7 @@ def get_completion(inputs, parameters=None, ENDPOINT_URL="http://internal-aws-pr
36
 
37
  demo = gr.Interface(
38
  fn=get_completion,
39
- inputs=gr.inputs.Textbox(),
40
  outputs="text"
41
  )
42
 
 
36
 
37
  demo = gr.Interface(
38
  fn=get_completion,
39
+ inputs="text",
40
  outputs="text"
41
  )
42