Spaces:
Running
Gradio troubles
After looking at git history, I see a struggle to get gradio running.
Work in progress i assume.
-applemuncy
I am getting error like below:
๐ท๏ธ Starting process_webhoook_comment...
๐ Comment content: This model should have tags: pytorch, text-generation
๐ฐ Discussion title: Add pytorch tag
๐ฆ Repository: burtenshaw/play-mcp-repo-bot
๐ Comment tags found: ['pytorch', 'text-generation']
๐ Title tags found: ['pytorch']
๐ท๏ธ All unique tags: ['pyttorch', 'text-generation']
๐ค Getting agent instance...
๐ค get_agent() called...
๐ง Creating new Agent instance...
๐ HF_TOKEN present: True
๐ค Model: microsoft/DialoGPT-medium
๐ Provider: hf-inference
โ
Agent instance created successfully
๐ง Loading tools...
โ Error creating/loading agent:
โ Error: Agent not configured (missing HF_TOKEN)
How to fix the above error. I defined HF_TOKEN in .env file but it shows it's missing.