d-c-t commited on
Commit
88f2074
1 Parent(s): f3a1515

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,5 +1,5 @@
1
  import gradio as gr
2
 
3
- examples = [["1"], ["2022"]]
4
 
5
  gr.Interface.load("huggingface/huggan/dcgan-mnist", examples=examples).launch();
 
1
  import gradio as gr
2
 
3
+ examples = [["one"], ["2022"]]
4
 
5
  gr.Interface.load("huggingface/huggan/dcgan-mnist", examples=examples).launch();