Spaces:
Runtime error
Runtime error
add upload todo for the future
Browse files
app.py
CHANGED
@@ -44,10 +44,9 @@ with gr.Blocks() as demo:
|
|
44 |
)
|
45 |
|
46 |
# Upload file
|
47 |
-
file_output = gr.File()
|
48 |
-
upload_button = gr.UploadButton("Click to Upload a File", outputs=[file_output])
|
49 |
-
gr.Dataframe(pd.DataFrame(file_output))
|
50 |
-
|
51 |
|
52 |
# Link to paper and Github repo
|
53 |
gr.Markdown('''For more details: You can read our [paper](http://www.lrec-conf.org/proceedings/lrec2022/workshops/ParlaCLARINIII/pdf/2022.parlaclariniii-1.13.pdf) or access our [code](https://github.com/chkla/FrameASt).''')
|
|
|
44 |
)
|
45 |
|
46 |
# Upload file
|
47 |
+
# file_output = gr.File()
|
48 |
+
# upload_button = gr.UploadButton("Click to Upload a File", outputs=[file_output])
|
49 |
+
# gr.Dataframe(pd.DataFrame(file_output))
|
|
|
50 |
|
51 |
# Link to paper and Github repo
|
52 |
gr.Markdown('''For more details: You can read our [paper](http://www.lrec-conf.org/proceedings/lrec2022/workshops/ParlaCLARINIII/pdf/2022.parlaclariniii-1.13.pdf) or access our [code](https://github.com/chkla/FrameASt).''')
|