Spaces:
Sleeping
Sleeping
Oscar Wang
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -29,7 +29,7 @@ iface = gr.Interface(
|
|
29 |
fn=classify_text,
|
30 |
inputs=gr.Textbox(lines=2, placeholder="Enter text here..."),
|
31 |
outputs="json",
|
32 |
-
title="
|
33 |
description="Enter some text and get the probability of the text being written by AI.",
|
34 |
)
|
35 |
|
|
|
29 |
fn=classify_text,
|
30 |
inputs=gr.Textbox(lines=2, placeholder="Enter text here..."),
|
31 |
outputs="json",
|
32 |
+
title="GoalZero Endpoint",
|
33 |
description="Enter some text and get the probability of the text being written by AI.",
|
34 |
)
|
35 |
|