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