CoolFace
Apppublic

AIEnergyScore/launch-computation-example

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes
app.py6 linesDownload Raw Back to old_code
1import gradio as gr2 3with gr.Blocks() as dummy_interface:4    gr.Markdown("Backend Space; nothing to see here.")5 6dummy_interface.launch(allowed_paths=["/runs"])