Update app.py
Browse files
app.py
CHANGED
@@ -18,7 +18,7 @@ gr.Interface(fn=classify,
|
|
18 |
inputs="textbox",
|
19 |
outputs="text",
|
20 |
title=title,
|
21 |
-
gr.Interface(fn=fn, theme="dark").launch()
|
22 |
description=description,
|
23 |
examples=examples,
|
24 |
).launch()
|
|
|
18 |
inputs="textbox",
|
19 |
outputs="text",
|
20 |
title=title,
|
21 |
+
gr.Interface(fn=fn, theme="dark",).launch()
|
22 |
description=description,
|
23 |
examples=examples,
|
24 |
).launch()
|