Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -30,7 +30,7 @@ def predict(p_yds, p_cmp,p_att,ints,cmp_pct,rate,p_adj_ypa,p_ypa,r_att,year_draf
|
|
| 30 |
# Create the Gradio interface
|
| 31 |
interface = gr.Interface(
|
| 32 |
fn=predict,
|
| 33 |
-
inputs
|
| 34 |
gr.Textbox(label="Pass Yards"),
|
| 35 |
gr.Textbox(label="Pass Completions"),
|
| 36 |
gr.Textbox(label="Pass Attempts"),
|
|
|
|
| 30 |
# Create the Gradio interface
|
| 31 |
interface = gr.Interface(
|
| 32 |
fn=predict,
|
| 33 |
+
inputs=[
|
| 34 |
gr.Textbox(label="Pass Yards"),
|
| 35 |
gr.Textbox(label="Pass Completions"),
|
| 36 |
gr.Textbox(label="Pass Attempts"),
|