Akjava commited on
Commit
2274fbb
·
verified ·
1 Parent(s): d4d7bfd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -159,7 +159,7 @@ AUTHORIZED_IMPORTS = [
159
  "csv",
160
  ]
161
  load_dotenv(override=True)
162
- login(os.getenv("HF_TOKEN"))
163
 
164
  append_answer_lock = threading.Lock()
165
 
@@ -342,6 +342,8 @@ class GradioUI:
342
  with gr.Blocks(theme="ocean", fill_height=True) as demo:
343
  gr.Markdown("""# open Deep Research - free the AI agents!
344
 
 
 
345
  _Built with [smolagents](https://github.com/huggingface/smolagents)_
346
 
347
  OpenAI just published [Deep Research](https://openai.com/index/introducing-deep-research/), a very nice assistant that can perform deep searches on the web to answer user questions.
 
159
  "csv",
160
  ]
161
  load_dotenv(override=True)
162
+ #login(os.getenv("HF_TOKEN"))
163
 
164
  append_answer_lock = threading.Lock()
165
 
 
342
  with gr.Blocks(theme="ocean", fill_height=True) as demo:
343
  gr.Markdown("""# open Deep Research - free the AI agents!
344
 
345
+ Huggingface - DeepSeek-R1-Distill-Qwen-32B + DuckDuckGo
346
+
347
  _Built with [smolagents](https://github.com/huggingface/smolagents)_
348
 
349
  OpenAI just published [Deep Research](https://openai.com/index/introducing-deep-research/), a very nice assistant that can perform deep searches on the web to answer user questions.