Update app.py
Browse files
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()
|