Update app.py
Browse files
app.py
CHANGED
|
@@ -39,4 +39,4 @@ description = "This model is a text-detector for AI-text generated by Vicuna-7B.
|
|
| 39 |
intf = gr.Interface(fn=detect, inputs=image, outputs=label, examples=examples, title=title,
|
| 40 |
description=description)
|
| 41 |
|
| 42 |
-
intf.launch(inline=False
|
|
|
|
| 39 |
intf = gr.Interface(fn=detect, inputs=image, outputs=label, examples=examples, title=title,
|
| 40 |
description=description)
|
| 41 |
|
| 42 |
+
intf.launch(inline=False)
|