Spaces:
Running
Running
oscarwang2
commited on
Commit
•
844edf1
1
Parent(s):
24955d5
Update app.py
Browse files
app.py
CHANGED
@@ -32,8 +32,8 @@ iface = gr.Interface(
|
|
32 |
fn=classify_text,
|
33 |
inputs=gr.Textbox(lines=2, placeholder="Enter text here..."),
|
34 |
outputs="json",
|
35 |
-
title="GoalZero
|
36 |
-
description="Enter some text and get the probability of the text being written by AI.",
|
37 |
)
|
38 |
|
39 |
# Launch the app
|
|
|
32 |
fn=classify_text,
|
33 |
inputs=gr.Textbox(lines=2, placeholder="Enter text here..."),
|
34 |
outputs="json",
|
35 |
+
title="GoalZero Ada v0.1 Demo",
|
36 |
+
description="Enter some text and get the probability of the text being written by AI. Full checkpoints of the model will be released soon.",
|
37 |
)
|
38 |
|
39 |
# Launch the app
|