lab04 / app1.py
M009's picture
Create app1.py
743cd13
raw
history blame contribute delete
No virus
481 Bytes
import gradio as gr
# a. define text data type
input_module1 = gr.inputs.Textbox(label = "Feature1")
input_module2 = gr.inputs.Textbox(label = "Feature2")
input_module3 = gr.inputs.Textbox(label = "Feature3")
input_module4 = gr.inputs.Textbox(label = "Feature4")
input_module5 = gr.inputs.Textbox(label = "Feature5")
input_module6 = gr.inputs.Textbox(label = "Feature6")
input_module7 = gr.inputs.Textbox(label = "Feature7")
input_module8 = gr.inputs.Textbox(label = "Feature8")