Update app.py
Browse files
app.py
CHANGED
|
@@ -32,7 +32,7 @@ def predict(data):
|
|
| 32 |
# Create the Gradio interface
|
| 33 |
iface = gr.Interface(
|
| 34 |
fn=predict,
|
| 35 |
-
inputs=gr.
|
| 36 |
outputs=gr.outputs.Label(num_top_classes=3),
|
| 37 |
live=True,
|
| 38 |
examples=[
|
|
|
|
| 32 |
# Create the Gradio interface
|
| 33 |
iface = gr.Interface(
|
| 34 |
fn=predict,
|
| 35 |
+
inputs=["text","checkbox",gr.Slider(0,100)],
|
| 36 |
outputs=gr.outputs.Label(num_top_classes=3),
|
| 37 |
live=True,
|
| 38 |
examples=[
|