test_2_main / run.py
aliabd's picture
aliabd HF staff
Upload folder using huggingface_hub
d07cc59 verified
raw
history blame contribute delete
70 Bytes
import gradio as gr
gr.Interface(lambda x:x, "text", "text").launch()