Problems with duplication
Hugging Face Forums [Unofficial]
May 23, 2026
Great.
Hmm, I’ve been coding as a hobby on and off for decades, so strictly speaking, it might take that long to master. That said, I’m only at an intermediate level.
Still, the fix you’re talking about shouldn’t be too difficult. These days, if you feed the URL of either your or my HF space, along with the URL of this thread, to a generative AI (like ChatGPT or Gemini) and ask it a question, I think it’ll write the code for you. If you tell the AI to “give it to me as a zip file,” it’ll give it to you as a zip. If an error pops up, just copy and paste the error message into the AI and ask it to fix it… If you keep repeating that process, you’ll probably need almost no knowledge at all.
If we have the knowledge, we can anticipate those kinds of issues, instruct the AI accordingly, and avoid them, which makes it easier (that’s what I did this time actually). But what’s essential is the request itself, not our knowledge. Well, for HF users, using the free CPU space for testing saves money. You only use the GPU space for actual execution. You can practice programming for free.
Discussion in the ATmosphere