BulatF commited on
Commit
c3b28dc
1 Parent(s): f099b64

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,5 +1,5 @@
1
  import gradio as gr
2
-
3
  api_key = os.environ.get('api_key')
4
 
5
  gr.load("models/meta-llama/Llama-2-7b-chat-hf", api_key=api_key).launch()
 
1
  import gradio as gr
2
+ import os
3
  api_key = os.environ.get('api_key')
4
 
5
  gr.load("models/meta-llama/Llama-2-7b-chat-hf", api_key=api_key).launch()