hmb HF Staff commited on
Commit
a857819
·
verified ·
1 Parent(s): 0982480

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,5 +1,5 @@
1
  import gradio as gr
2
 
3
- demo = gr.Interface(lambda x,y:(x,y), ["textbox", "state"], ["textbox", "state"]).launch()
4
 
5
  demo.launch()
 
1
  import gradio as gr
2
 
3
+ demo = gr.Interface(lambda x,y:(x,y), ["textbox", "state"], ["textbox", "state"])
4
 
5
  demo.launch()