hubsnippetai commited on
Commit
3cf4311
·
verified ·
1 Parent(s): 6643117

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -1,5 +1,5 @@
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")
 
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")