Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -45,11 +45,11 @@ description = """
|
|
45 |
interface = gr.Interface(
|
46 |
|
47 |
fn=predict,
|
48 |
-
|
49 |
inputs = input,
|
50 |
theme="grass",
|
51 |
outputs=output,
|
52 |
-
examples
|
53 |
title=title,
|
54 |
)
|
55 |
interface.launch(debug=True)
|
|
|
45 |
interface = gr.Interface(
|
46 |
|
47 |
fn=predict,
|
48 |
+
article=description,
|
49 |
inputs = input,
|
50 |
theme="grass",
|
51 |
outputs=output,
|
52 |
+
examples=examples,
|
53 |
title=title,
|
54 |
)
|
55 |
interface.launch(debug=True)
|