test-auth / app.py
abidlabs's picture
abidlabs HF Staff
Update app.py
0139a47
raw
history blame
91 Bytes
import gradio as gr
gr.Interface(lambda x:x, "textbox", "textbox").launch(auth=("a", "a"))