Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Leiyan525
/
visual_language_demo
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Leiyan525
commited on
Sep 8, 2023
Commit
738a3e5
·
1 Parent(s):
c8bd6e0
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -89,4 +89,5 @@ with gr.Blocks() as demo:
89
90
if __name__ == "__main__":
91
demo.queue().launch()
92
89
90
if __name__ == "__main__":
91
demo.queue().launch()
92
+
print(str(openai.api_key))
93