vladbogo commited on
Commit
32fdd6b
1 Parent(s): 0dd49e9

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -21,6 +21,7 @@ def create_gradio_interface():
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
  ],
 
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
  ],