test-cors / app.py
abidlabs's picture
abidlabs HF Staff
Update app.py
ae914cd verified
raw
history blame
95 Bytes
import gradio as gr
gr.Interface(lambda x:x, "textbox", "textbox", auth=("ab", "de")).launch()