Artem Kobrin commited on
Commit
3d7a976
1 Parent(s): 3f89e2e

first commit

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -54,4 +54,4 @@ demo = gr.Interface(
54
  examples=[["Tesla_10Q_2023.png", "What is automotive sales revenue in 2022?"], ["Toshiba.png", "What is weight of VN-M150HE?"]],
55
  cache_examples=False)
56
 
57
- demo.launch(server_port=8080)
 
54
  examples=[["Tesla_10Q_2023.png", "What is automotive sales revenue in 2022?"], ["Toshiba.png", "What is weight of VN-M150HE?"]],
55
  cache_examples=False)
56
 
57
+ demo.launch()