Alafun commited on
Commit
37c6028
1 Parent(s): 76f039b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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()