import gradio as gr
with gr.Blocks() as demo:
gr.Markdown(
"""
Welcome to the ANT DPU Generative AI Playground
Welcome to the Hugging Face Spaces of the ANT DPU Organization, the College of Creative Design and Entertainment Technology at Dhurakij Pundit University (DPU) in Bangkok, Thailand.
This Space is a navigation hub for Generative AI enthusiasts. Explore our diverse menu of applications created by Asst. Prof. Banyapon Poolsawas, Associate Dean and Instructor of Web Engineering and Mobile Application, Interactive Design, and Game Development.
**Our Generative AI Playground includes:**
Our Generative AI Playground includes:
1. [Click] ROOP Deepfake: Swap faces in videos using a single reference image, perfect for creating virtual influencers.
2. [Click] Text to Image: Design prompts to generate images with the RealVis diffusion model.
3. [Click] Text to 360 Panorama Image: Create immersive 360 VR experiences with Generative AI, as showcased at MHESI Fair 2024's "AI for VR 101" topic.
"""
)
demo.launch()