Spaces:
Running
Running
Fix URL examples: Wikipedia (human) + garryslist (AI), fix error handling
Browse files
app.py
CHANGED
|
@@ -445,7 +445,7 @@ with gr.Blocks(css=CSS, title="AI Text Detector", theme=gr.themes.Base()) as dem
|
|
| 445 |
gr.Examples(
|
| 446 |
examples=[
|
| 447 |
["https://en.wikipedia.org/wiki/Constitution_of_the_United_States"],
|
| 448 |
-
["https://
|
| 449 |
],
|
| 450 |
inputs=url_input,
|
| 451 |
label="",
|
|
|
|
| 445 |
gr.Examples(
|
| 446 |
examples=[
|
| 447 |
["https://en.wikipedia.org/wiki/Constitution_of_the_United_States"],
|
| 448 |
+
["https://garryslist.org/posts/richmond-just-voted-to-reinstate-their-flock-cameras-after-crime-spiked"],
|
| 449 |
],
|
| 450 |
inputs=url_input,
|
| 451 |
label="",
|