chkla commited on
Commit
d3adc06
1 Parent(s): 0f04827

add upload todo for the future

Browse files
Files changed (1) hide show
  1. app.py +3 -4
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).''')