Spaces:
Sleeping
Sleeping
File size: 105 Bytes
22c67a6 |
1 2 3 |
import gradio as gr
gr.Interface(lambda x:x, "textbox", "textbox").launch(auth=lambda x,y:x==y).launch() |