runaksh commited on
Commit
8fced6f
1 Parent(s): 6c761bc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -46,7 +46,7 @@ in_max_length = gradio.inputs.Number(label='Enter the max length')
46
  # Output response
47
  out_response = gradio.outputs.Textbox(label='Answer')
48
 
49
- # Gradio interface to generate UI link
50
  iface = gradio.Interface(fn=generate_query_response,
51
  inputs = [in_prompt,in_max_length],
52
  outputs = out_response
 
46
  # Output response
47
  out_response = gradio.outputs.Textbox(label='Answer')
48
 
49
+ # Gradio interface to generate UI link
50
  iface = gradio.Interface(fn=generate_query_response,
51
  inputs = [in_prompt,in_max_length],
52
  outputs = out_response