andreska commited on
Commit
acac196
·
verified ·
1 Parent(s): c714579

Updated method name

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@ import os
2
  import gradio as gr
3
  from huggingface_hub import InferenceClient
4
 
5
- def analyze_project(project_data, question):
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