oscarwang2 commited on
Commit
844edf1
1 Parent(s): 24955d5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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 Endpoint",
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