nickcmorgan's picture
Update app.py
f857a3d verified
raw
history blame contribute delete
145 Bytes
import os
import gradio as gr
iface = gr.load("nickcmorgan/vacancy-classifier", hf_token=os.environ.get('vacancy'), src='spaces')
iface.launch()