Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
# import gradio as gr
|
2 |
# app = gr.Interface.load('hubsnippetai/jupyterlab').launch()
|
3 |
-
|
4 |
|
5 |
-
client = Client("hubsnippetai/
|
|
|
1 |
# import gradio as gr
|
2 |
# app = gr.Interface.load('hubsnippetai/jupyterlab').launch()
|
3 |
+
from gradio_client import Client
|
4 |
|
5 |
+
client = Client("hubsnippetai/medapp")
|