pavankumarvk commited on
Commit
86e4cd2
·
verified ·
1 Parent(s): 3295b03

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -4
app.py CHANGED
@@ -64,10 +64,8 @@ text_interface = gr.Interface(
64
  ),
65
  examples=[
66
  ["The Eiffel Tower, constructed between 1887 and 1889, was designed by engineer Gustave Eiffel as the entrance arch for the 1889 World's Fair held in Paris."],
67
- ["In the rapidly evolving landscape of artificial intelligence, large language models have demonstrated remarkable capabilities across a wide range
68
- of natural language processing tasks, achieving state-of-the-art performance on numerous benchmarks."],
69
- ["Yesterday I went to the market and bought some fresh vegetables. The tomatoes looked really good so I grabbed a few extra ones for the pasta sauce
70
- I was planning to make for dinner."],
71
  ],
72
  cache_examples=False,
73
  title="AI Text Detection",
 
64
  ),
65
  examples=[
66
  ["The Eiffel Tower, constructed between 1887 and 1889, was designed by engineer Gustave Eiffel as the entrance arch for the 1889 World's Fair held in Paris."],
67
+ ["In the rapidly evolving landscape of artificial intelligence, large language models have demonstrated remarkable capabilities across a wide range of natural language processing tasks, achieving state-of-the-art performance on numerous benchmarks."],
68
+ ["Yesterday I went to the market and bought some fresh vegetables. The tomatoes looked really good so I grabbed a few extra ones for the pasta sauce I was planning to make for dinner."],
 
 
69
  ],
70
  cache_examples=False,
71
  title="AI Text Detection",