Skip to content

Commit

Permalink
remove the error syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
CloudLun committed Mar 22, 2024
1 parent b7ccd1a commit 361d272
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/infoPage/infoBox/InfoAI.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const InfoAI = () => {
return (
<div className='max-w-[60rem] flex flex-col gap-5'>
<h2 className='font-semibold text-heading text-black'>How to identify an AI generated image</h2>
<p className='font-regular text-medium text-black'>FloodGen uses AI to generate photorealistic images of potential flooding scenarios to raise awareness, bolster community preparedness, and support local government's resilience strategies. The street view images are transformed with a generative artificial intelligence process called CycleGAN to depict projected flood scenarios. CycleGAN is an image-to-image translation model that takes an input of a normal street view image and reprocesses the pixels to illustrate an image with flooding.</p>
<p className='font-regular text-medium text-black'>FloodGen uses AI to generate photorealistic images of potential flooding scenarios to raise awareness, bolster community preparedness, and support local governments resilience strategies. The street view images are transformed with a generative artificial intelligence process called CycleGAN to depict projected flood scenarios. CycleGAN is an image-to-image translation model that takes an input of a normal street view image and reprocesses the pixels to illustrate an image with flooding.</p>
<p className='font-regular text-medium text-black'>All FloodGen generated imagery that is created with the use of generative artificial intelligence includes a FloodGen logo, located on the bottom-right corner of the image. View the image below for a few more tips on how to identify an AI generated flood image:</p>
<img src="/imgs/identify_GenAi.gif" alt="" />
<p className='font-regular text-medium text-black'> FloodGen is positioned as an advocacy tool with a community engagement strategy. The surreal quality of sometimes clear skies, calm water that is free of debris, and distorted surface of water in these images are intended to convey a level of photorealism to instill a sense of urgency around the issue of flooding. FloodGen imagery does not predict any future events, and these images are not intended to falsely portray any historic flood events. Read more about the FloodGen community engagement strategy on the About page. </p>
Expand Down

0 comments on commit 361d272

Please sign in to comment.