Spaces:
showme
/
Runtime error

showme commited on
Commit
30f347f
·
verified ·
1 Parent(s): 2f06141

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ interface = gr.Interface(
12
  fn=predict,
13
  inputs="text",
14
  outputs="text",
15
- title="chatgpt-detector-roberta"   
16
  )
17
 
18
  interface.launch()
 
12
  fn=predict,
13
  inputs="text",
14
  outputs="text",
15
+ title="chatgpt-detector-roberta"
16
  )
17
 
18
  interface.launch()