Spaces:
Build error
Build error
Commit
·
69f0100
1
Parent(s):
c0b0220
Update app.py
Browse files
app.py
CHANGED
@@ -9,7 +9,7 @@ import pandas as pd
|
|
9 |
import gradio as gr
|
10 |
|
11 |
|
12 |
-
def upload(url
|
13 |
file = gr.Inputs.File('file')
|
14 |
url = gr.Textbox('url')
|
15 |
|
|
|
9 |
import gradio as gr
|
10 |
|
11 |
|
12 |
+
def upload(url , file):
|
13 |
file = gr.Inputs.File('file')
|
14 |
url = gr.Textbox('url')
|
15 |
|