edbeeching HF Staff commited on
Commit
67c4080
·
1 Parent(s): 96bb040

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -226,10 +226,10 @@ def main():
226
  gr.Markdown("""
227
 
228
  **Requirements:**
229
- - Input dataset must be publicly accessible (for now)
230
- - Model must be accessible (public and note gated, for now)
231
- - Maximum 10,000 samples per dataset (for now)
232
- - Maximum of 8192 generation tokens (for now)
233
  """)
234
 
235
  with gr.Group():
 
226
  gr.Markdown("""
227
 
228
  **Requirements:**
229
+ - Input dataset must be publicly accessible
230
+ - Model must be publicly accessible (and not gated)
231
+ - Maximum 10,000 samples per dataset
232
+ - Maximum of 8192 generated tokens
233
  """)
234
 
235
  with gr.Group():