Spaces:
Runtime error
Runtime error
FlawedLLM
commited on
Update app.py
Browse files
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 |
)
|