Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1,3 +1,5 @@
|
|
1 |
-
import gradio as gr
|
|
|
|
|
2 |
|
3 |
-
|
|
|
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")
|