Spaces:
Sleeping
Sleeping
File size: 256 Bytes
1f50c05 683fdd9 301ccfc 683fdd9 3cf4311 340a55a 93bc6fb |
1 2 3 4 5 6 7 8 |
# 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") |