freddyaboulton HF Staff commited on
Commit
9bb0c58
1 Parent(s): def3031

Upload app.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +6 -0
app.py ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ import gradio as gr
2
+
3
+ with gr.Blocks() as demo:
4
+ gr.Gallery(["examples/dali-walle.jpg"])
5
+
6
+ demo.launch()