LBRM / app.py
Beltran Fiz
fixed double render
e9165c6
raw
history blame contribute delete
142 Bytes
import os
import gradio as gr
token = os.environ["HF_TOKEN"]
app = gr.load("bbfizp/LBRCS", src="spaces", token=token)
app.launch(share=True)