medimage / app.py
hubsnippetai's picture
Update app.py
683fdd9 verified
raw
history blame
224 Bytes
# import gradio as gr
# app = gr.Interface.load('hubsnippetai/jupyterlab').launch()
import os
secret = os.getenv['huggingfacesecret']
from gradio_client import Client
client = Client("hubsnippetai/medapp", hf_token=secret)