hubsnippetai commited on
Commit
e5aaf11
·
verified ·
1 Parent(s): f60a66a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -1,3 +1,4 @@
1
  import gradio as gr
2
 
3
- gr.Interface.load('hubsnippetai/jupyterlab').launch()
 
 
1
  import gradio as gr
2
 
3
+ app = gr.Interface.load('hubsnippetai/jupyterlab')
4
+ #app.launch()