I get an error then Duplicating space:
To create a public link, set share=True
in launch()
.
- choose: public
I need help, guys!!!
I get an error then Duplicating space:
To create a public link, set share=True
in launch()
.
I need help, guys!!!
This is not an error in itself. A warning is like a notice, so you can ignore it unless you are doing maintenance.
If it doesnโt work, there is probably another cause.
I think Iโve figured out the cause. (Even though it didnโt exist when the space was created, it still worked.) There was a change that made it so that it would no longer work unless the HF_TOKEN secret was set, but the template didnโt support it.
If you set your valid READ token to the HF_TOKEN secret, it should probably work.
same error:
Logs
buildcontainer
View Dev ModeLock scrollClear
===== Application Startup at 2025-03-26 07:58:45 ===== tool.py: 0%| | 0.00/635 [00:00<?, ?B/s] tool.py: 100%|โโโโโโโโโโ| 635/635 [00:00<00:00, 4.50MB/s] * Running on local URL: http://0.0.0.0:7860, with SSR (experimental, to disable set
ssr=False
in launch()
) /usr/local/lib/python3.10/site-packages/gradio/blocks.py:2680: UserWarning: Setting share=True is not supported on Hugging Face Spaces warnings.warn( To create a public link, set share=True
in launch()
.
token done, but error is staying
Hmmโฆ It works for meโฆ
===== Application Startup at 2025-03-26 10:52:49 =====
tool.py: 0%| | 0.00/635 [00:00<?, ?B/s]
tool.py: 100%|โโโโโโโโโโ| 635/635 [00:00<00:00, 3.29MB/s]
* Running on local URL: http://0.0.0.0:7860, with SSR โก (experimental, to disable set `ssr=False` in `launch()`)
/usr/local/lib/python3.10/site-packages/gradio/blocks.py:2680: UserWarning: Setting share=True is not supported on Hugging Face Spaces
warnings.warn(
To create a public link, set `share=True` in `launch()`.
โญโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ New run โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโฎ
โ โ
โ test โ
โ โ
โฐโ HfApiModel - Qwen/Qwen2.5-Coder-32B-Instruct โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโฏ
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ Step 1 โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
โ Executing parsed code: โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
import math
square_root = math.sqrt(144)
final_answer(square_root)
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
Out - Final answer: 12.0
[Step 1: Duration 4.48 seconds| Input tokens: 2,010 | Output tokens: 85]
By the way, if you can use Discord, there is a dedicated Agents Course question corner on HF Discord.
Thanks for a help, bro
Python is one of the few programming languages that is broken by just indentation, even a whitespace. Use an editor like VSCode. Itโs tough to use Notepad.
i know what the python)))) And I fixed it.
But the same problem remains.
i did it yet(((
i think that problem into the code