abidlabs HF Staff commited on
Commit
b476fcd
·
1 Parent(s): b983fd2

Update app.py

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