hubsnippetai commited on
Commit
1f50c05
·
verified ·
1 Parent(s): 19ec328

Update app.py

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