zeyadusf commited on
Commit
e243e90
1 Parent(s): c046ef2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -203,7 +203,7 @@ iface = gr.Interface(
203
  gr.Radio(choices=["DeBERTa", "RoBERTa", "BERT", "DistilBERT", "DAIGT-Model"], label="Model Choice")
204
  ],
205
  outputs="text",
206
- title="Detect AI Generated Text with Multiple Models",
207
  description=dec)
208
 
209
  iface.launch()
 
203
  gr.Radio(choices=["DeBERTa", "RoBERTa", "BERT", "DistilBERT", "DAIGT-Model"], label="Model Choice")
204
  ],
205
  outputs="text",
206
+ title="Detection of AI Generated Text with Multiple Models",
207
  description=dec)
208
 
209
  iface.launch()