test-blocks / app.py
abidlabs's picture
abidlabs HF Staff
Update app.py
b476fcd
raw
history blame contribute delete
70 Bytes
import gradio as gr
gr.Interface(lambda x:x, "text", "text").launch()