Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,3 +1,5 @@
|
|
| 1 |
import gradio as gr
|
| 2 |
|
|
|
|
|
|
|
| 3 |
gr.load("models/meta-llama/Llama-2-7b-chat-hf", api_key=api_key).launch()
|
|
|
|
| 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()
|