Update app.py
Browse files
app.py
CHANGED
@@ -31,5 +31,5 @@ demo = gr.Interface(fn=predict_news, inputs = [textbox1, textbox2],
|
|
31 |
title=title,
|
32 |
description=description,
|
33 |
article = article, examples = examples)
|
34 |
-
demo.launch(
|
35 |
|
|
|
31 |
title=title,
|
32 |
description=description,
|
33 |
article = article, examples = examples)
|
34 |
+
demo.launch()
|
35 |
|