vladbogo commited on
Commit
22537be
1 Parent(s): 32fdd6b

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -21,7 +21,6 @@ def create_gradio_interface():
21
  placeholder="Enter text to fact-check...",
22
  label="Input Text",
23
  max_lines=10,
24
- maxlength=1000,
25
  ),
26
  gr.Dropdown(choices=["gpt-3.5-turbo", "gpt-4-1106-preview"], label="Model"),
27
  ],
 
21
  placeholder="Enter text to fact-check...",
22
  label="Input Text",
23
  max_lines=10,
 
24
  ),
25
  gr.Dropdown(choices=["gpt-3.5-turbo", "gpt-4-1106-preview"], label="Model"),
26
  ],