pole_or_trafo / app.py
Sebastian Medina
code clean up
1968d53
raw
history blame contribute delete
126 Bytes
import gradio as gr
iface = gr.Interface.load('huggingface/smc/electric_2', alias='Electric Pole Classifier')
iface.launch()