medimage / app.py
hubsnippetai's picture
Update app.py
93bc6fb verified
raw
history blame
256 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, SPACE_ID="hubsnippetai/medapp")