Spaces:
Running on CPU Upgrade
Running on CPU Upgrade
| 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() |