Washedashore commited on
Commit
0a8ce48
1 Parent(s): 486c8ce

Create launch

Browse files
Files changed (1) hide show
  1. launch +4 -0
launch ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ import gradio as gr
2
+
3
+ app = gr.Interface(lambda x: x, "image", "image")
4
+ app.launch(share=True)