Spaces:
Sleeping
Sleeping
Artem Kobrin
commited on
Commit
•
3d7a976
1
Parent(s):
3f89e2e
first commit
Browse files
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(
|
|
|
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()
|