Update app.py
Browse files
app.py
CHANGED
@@ -70,7 +70,8 @@ interface = gr.Interface(
|
|
70 |
examples=examples,
|
71 |
title=title,
|
72 |
theme='gradio/soft',
|
73 |
-
cache_examples=False
|
|
|
74 |
)
|
75 |
|
76 |
interface.launch()
|
|
|
70 |
examples=examples,
|
71 |
title=title,
|
72 |
theme='gradio/soft',
|
73 |
+
cache_examples=False,
|
74 |
+
description=description_markdown
|
75 |
)
|
76 |
|
77 |
interface.launch()
|