MegaTronX commited on
Commit
1291932
·
verified ·
1 Parent(s): d54f0e9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -159,7 +159,7 @@ iface = gr.Interface(
159
  # inputs="text",
160
  fn=process,
161
  # inputs="text",
162
- inputs=gr.inputs.Textbox(
163
  # inputs=gr.components.Textbox(
164
  lines=1,
165
  placeholder="Type or paste input here then click 'Submit'",
 
159
  # inputs="text",
160
  fn=process,
161
  # inputs="text",
162
+ inputs=gr.Textbox(
163
  # inputs=gr.components.Textbox(
164
  lines=1,
165
  placeholder="Type or paste input here then click 'Submit'",