GUI / app.py
Hydrangea's picture
Create app.py
abc5ed7
raw
history blame contribute delete
No virus
334 Bytes
import gradio as gr
import random as rd
with gr.Blogr.Blocks() as myApp:
with gr.Row():
with gr.Colgr.Column(scala=1):
inp = gr.Radgr(choices=list(range(10)),label='34 '
with gr.Colgr.Column(scala=1):
out = gr.Texgr.Textbox(label=
myApp.laumyApp.launch()