Spaces:
Build error
Build error
Commit
•
f0f4fb9
1
Parent(s):
62ab45c
fix: remove number of tokens
Browse files
app.py
CHANGED
@@ -127,7 +127,6 @@ result = client.predict(
|
|
127 |
interface = gr.Interface(
|
128 |
fn=process_records_gradio,
|
129 |
inputs=[
|
130 |
-
gr.Number(label="Number of Records"),
|
131 |
gr.Code(label="Records (JSON)", language="json", lines=5),
|
132 |
gr.Code(label="Example Records (JSON, optional)", language="json", lines=5),
|
133 |
gr.Code(label="Fields (JSON, optional)", language="json"),
|
|
|
127 |
interface = gr.Interface(
|
128 |
fn=process_records_gradio,
|
129 |
inputs=[
|
|
|
130 |
gr.Code(label="Records (JSON)", language="json", lines=5),
|
131 |
gr.Code(label="Example Records (JSON, optional)", language="json", lines=5),
|
132 |
gr.Code(label="Fields (JSON, optional)", language="json"),
|