Spaces:
Runtime error
Runtime error
Updated method name
Browse files
app.py
CHANGED
|
@@ -2,7 +2,7 @@ import os
|
|
| 2 |
import gradio as gr
|
| 3 |
from huggingface_hub import InferenceClient
|
| 4 |
|
| 5 |
-
def
|
| 6 |
api_key = os.getenv("HF_API_KEY")
|
| 7 |
client = InferenceClient(api_key=api_key)
|
| 8 |
|
|
|
|
| 2 |
import gradio as gr
|
| 3 |
from huggingface_hub import InferenceClient
|
| 4 |
|
| 5 |
+
def analyze(project_data, question):
|
| 6 |
api_key = os.getenv("HF_API_KEY")
|
| 7 |
client = InferenceClient(api_key=api_key)
|
| 8 |
|