Oscar Wang commited on
Commit
5c87e0a
·
verified ·
1 Parent(s): 59f96ce

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="Text Classification with RoBERTa",
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