Spaces:
Runtime error
Runtime error
app.py
#1
by
adhamyounes
- opened
app.py
CHANGED
@@ -2,6 +2,10 @@ import os
|
|
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'
|
|
|
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'
|