freddyaboulton HF staff commited on
Commit
4d7de22
1 Parent(s): 3b05dcb

Upload app.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ import gradio as gr
2
+
3
+
4
+ gr.Interface(lambda x: ["cheetah1.jpg"], "textbox", "gallery").launch()