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