gburgardt commited on
Commit
f702944
1 Parent(s): 474020e

Upload folder using huggingface_hub

Browse files
Files changed (2) hide show
  1. README.md +0 -1
  2. app.py +2 -2
README.md CHANGED
@@ -10,4 +10,3 @@ pinned: false
10
  ---
11
 
12
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
13
- Test
 
10
  ---
11
 
12
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
app.py CHANGED
@@ -61,7 +61,7 @@ with gr.Blocks() as demo:
61
  </style>
62
  </head>
63
  <body>
64
- <h1>Jaga 3.1</h1>
65
  </body>
66
  </html>""")
67
  with gr.Row():
@@ -83,4 +83,4 @@ with gr.Blocks() as demo:
83
  if __name__ == "__main__":
84
  print("Launching Gradio app...")
85
  print(f"Environment Variables: OPENAI_API_KEY={os.getenv('OPENAI_API_KEY')}, LANGCHAIN_API_KEY={os.getenv('LANGCHAIN_API_KEY')}, LANGCHAIN_HUB_API_KEY={os.getenv('LANGCHAIN_HUB_API_KEY')}")
86
- demo.launch(share=True, space="GetGloby/jaga-3")
 
61
  </style>
62
  </head>
63
  <body>
64
+ <h1>Jaga 3</h1>
65
  </body>
66
  </html>""")
67
  with gr.Row():
 
83
  if __name__ == "__main__":
84
  print("Launching Gradio app...")
85
  print(f"Environment Variables: OPENAI_API_KEY={os.getenv('OPENAI_API_KEY')}, LANGCHAIN_API_KEY={os.getenv('LANGCHAIN_API_KEY')}, LANGCHAIN_HUB_API_KEY={os.getenv('LANGCHAIN_HUB_API_KEY')}")
86
+ demo.launch()