kwang2049 commited on
Commit
68da7cc
·
1 Parent(s): 3900df0

gradio version requirements

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -47,7 +47,7 @@ demo = gr.Interface(
47
  )
48
  ## YOUR_CODE_ENDS_HERE
49
  # print(demo.local_url)
50
- # demo.launch()
51
 
52
  # start a thread to run the demo
53
  # import threading
 
47
  )
48
  ## YOUR_CODE_ENDS_HERE
49
  # print(demo.local_url)
50
+ demo.launch()
51
 
52
  # start a thread to run the demo
53
  # import threading