Séranon
Séranon is a commune in the Alpes-Maritimes department in southeastern France.
Séranon | |
---|---|
View of the village from the Napoleon Road | |
Coat of arms | |
Location of Séranon | |
Séranon Séranon | |
Coordinates: 43°46′30″N 6°42′08″E | |
Country | France |
Region | Provence-Alpes-Côte d'Azur |
Department | Alpes-Maritimes |
Arrondissement | Grasse |
Canton | Grasse-1 |
Intercommunality | Monts d'Azur |
Government | |
• Mayor (2014–in charge) | Claude Bompar |
Area 1 | 23.28 km2 (8.99 sq mi) |
Population (2017-01-01)[1] | 526 |
• Density | 23/km2 (59/sq mi) |
Time zone | UTC+01:00 (CET) |
• Summer (DST) | UTC+02:00 (CEST) |
INSEE/Postal code | 06134 /06750 |
Elevation | 1,018–1,712 m (3,340–5,617 ft) (avg. 1,100 m or 3,600 ft) |
1 French Land Register data, which excludes lakes, ponds, glaciers > 1 km2 (0.386 sq mi or 247 acres) and river estuaries. |
Population
Year | Pop. | ±% |
---|---|---|
1962 | 221 | — |
1968 | 231 | +4.5% |
1975 | 241 | +4.3% |
1982 | 272 | +12.9% |
1990 | 280 | +2.9% |
1999 | 317 | +13.2% |
2008 | 462 | +45.7% |
gollark: Does it print `done!` at least?
gollark: I think the issue is that your `bot` is separate from the `client` and never actually started up.
gollark: ·Oh, `bot.run`, right.
gollark: ```pythonfrom transformers import GPT2LMHeadModel, GPT2Tokenizerimport discord.extfrom discord.ext import commandsTOKEN = 'NOT TELLING YOU'bot = commands.Bot(command_prefix='$')@bot.eventasync def on_ready(): print("done!")@bot.command()async def test(ctx, arg): inputs = arg # initialize tokenizer and model from pretrained GPT2 model tokenizer = GPT2Tokenizer.from_pretrained('gpt2') model = GPT2LMHeadModel.from_pretrained('gpt2') outputs = model.generate( inputs, max_length=200, do_sample=True, temperature=1, top_k=50 ) response = (tokenizer.decode(outputs[0], skip_special_tokens=True)) await ctx.send(response)client.run(TOKEN)```
gollark: Yes, you can just use `@bot.event` or something.
References
- "Populations légales 2017". INSEE. Retrieved 6 January 2020.
Wikimedia Commons has media related to Séranon. |
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.