File size: 165 Bytes
20e60b4
 
dd6ace1
1
2
3
import gradio as gr

gr.Interface(lambda x:x, gr.Dropdown(["USA", "Canada", "Pakistan"]), "textbox", description="A Space for testing that `gr.load` works").launch()