Skip to content

Commit

Permalink
[gpt4v_vqa] fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
sktometometo committed Jan 9, 2024
1 parent 3fa5f40 commit 786d963
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gpt4v_vqa/launch/vqa.launch
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<launch>
<arg name="openai_api_key" default="$(OPTENV OPENAI_API_KEY)" />
<arg name="openai_api_key" default="$(optenv OPENAI_API_KEY)" />
<arg name="VQA_INPUT_IMAGE" default="vqa_image" />

<node name="vqa" pkg="gpt4v_vqa" type="gpt4v_vqa_node.py" output="screen">
Expand Down

0 comments on commit 786d963

Please sign in to comment.