dafajudin commited on
Commit
e260ed0
1 Parent(s): ca9485b

update code

Browse files
Files changed (2) hide show
  1. app.py +1 -1
  2. requirements.txt +3 -1
app.py CHANGED
@@ -99,4 +99,4 @@ with gr.Blocks(
99
  outputs=[feedback_input]
100
  )
101
 
102
- VisualQAApp.launch(share=True)
 
99
  outputs=[feedback_input]
100
  )
101
 
102
+ VisualQAApp.launch(share=True, server_name="0.0.0.0", server_port=8080, debug=True)
requirements.txt CHANGED
@@ -1,3 +1,5 @@
1
  transformers
2
  gradio
3
- plotly
 
 
 
1
  transformers
2
  gradio
3
+ plotly
4
+ torch
5
+ tensorflow