Spaces:
Runtime error
Runtime error
agentharbor
commited on
Commit
•
5833bd3
1
Parent(s):
4847d19
Update app.py
Browse files
app.py
CHANGED
@@ -2,10 +2,6 @@ import os
|
|
2 |
import gradio as gr
|
3 |
from huggingface_hub import InferenceClient
|
4 |
from langsmith import traceable
|
5 |
-
|
6 |
-
"""
|
7 |
-
For more information on `huggingface_hub` Inference API support, please check the docs: https://huggingface.co/docs/huggingface_hub/v0.22.2/en/guides/inference
|
8 |
-
"""
|
9 |
#client = InferenceClient("HuggingFaceH4/zephyr-7b-beta")
|
10 |
import google.generativeai as genai
|
11 |
os.environ["API_KEY"] = 'AIzaSyB8Hj4oCbBH9arFWSgybHnbpZLs2sa4p1w'
|
|
|
2 |
import gradio as gr
|
3 |
from huggingface_hub import InferenceClient
|
4 |
from langsmith import traceable
|
|
|
|
|
|
|
|
|
5 |
#client = InferenceClient("HuggingFaceH4/zephyr-7b-beta")
|
6 |
import google.generativeai as genai
|
7 |
os.environ["API_KEY"] = 'AIzaSyB8Hj4oCbBH9arFWSgybHnbpZLs2sa4p1w'
|