Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
import gradio as gr
|
2 |
|
3 |
-
examples = [["one"], ["2022"]]
|
4 |
|
5 |
gr.Interface.load("huggingface/huggan/dcgan-mnist", examples=examples).launch();
|
|
|
1 |
import gradio as gr
|
2 |
|
3 |
+
examples = [["2"], ["5"], ["one"], ["2022"]]
|
4 |
|
5 |
gr.Interface.load("huggingface/huggan/dcgan-mnist", examples=examples).launch();
|