Update app.py
Browse files
app.py
CHANGED
@@ -50,7 +50,7 @@ demo = gr.Interface(fn=recognize_digit,
|
|
50 |
live=True,
|
51 |
css=".footer {display:none !important}",
|
52 |
title=TITLE,
|
53 |
-
description
|
54 |
thumbnail="https://raw.githubusercontent.com/gradio-app/real-time-mnist/master/thumbnail2.png")
|
55 |
|
56 |
demo.launch()
|
|
|
50 |
live=True,
|
51 |
css=".footer {display:none !important}",
|
52 |
title=TITLE,
|
53 |
+
description=description,
|
54 |
thumbnail="https://raw.githubusercontent.com/gradio-app/real-time-mnist/master/thumbnail2.png")
|
55 |
|
56 |
demo.launch()
|