abidlabs HF Staff commited on
Commit
d06fa8a
·
1 Parent(s): 50cb981

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,3 +1,3 @@
1
  import gradio as gr
2
 
3
- gr.Interface(lambda x:"cheetah.jpg", "textbox", "image").launch()
 
1
  import gradio as gr
2
 
3
+ gr.Interface(lambda x:"cheetah.jpg", "textbox", "file").launch()