test_3_main / run.py
aliabd's picture
Upload folder using huggingface_hub
a2ddcf7 verified
Raw
History Blame Contribute Delete
70 Bytes
import gradio as gr
gr.Interface(lambda x:x, "text", "text").launch()