FlawedLLM commited on
Commit
ba22b0f
·
verified ·
1 Parent(s): 03d49a3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -141,7 +141,7 @@ def chunk_it(input_command, item_list):
141
 
142
  iface=gr.Interface(fn=chunk_it,
143
  inputs="text",
144
- inputs="text"
145
  outputs="text",
146
  title="Formatter_Pro",
147
  )
 
141
 
142
  iface=gr.Interface(fn=chunk_it,
143
  inputs="text",
144
+ inputs="text",
145
  outputs="text",
146
  title="Formatter_Pro",
147
  )