Spaces:
Sleeping
Sleeping
Commit
·
7312a53
1
Parent(s):
d75c2a5
Update app.py
Browse files
app.py
CHANGED
@@ -60,7 +60,7 @@ demo = gr.Interface(fn=predict, # mapping function from input to output
|
|
60 |
# our fn has two outputs, therefore we have two outputs
|
61 |
examples=example_list,
|
62 |
title=title,
|
63 |
-
description=description
|
64 |
article=article)
|
65 |
|
66 |
demo.launch(debug=False) # print errors locally?
|
|
|
60 |
# our fn has two outputs, therefore we have two outputs
|
61 |
examples=example_list,
|
62 |
title=title,
|
63 |
+
description=description,
|
64 |
article=article)
|
65 |
|
66 |
demo.launch(debug=False) # print errors locally?
|