Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
import gradio as gr | |
with gr.Blocks() as demo: | |
text = """# 🕊️ The Agents course certification has moved! | |
Please visit the quiz app which will now generate certificates: | |
https://huggingface.co/spaces/agents-course/unit_1_quiz | |
""" | |
gr.Markdown(text) | |
demo.launch() | |