nfaa-space-test / app.py
lunarflu's picture
lunarflu HF staff
Update app.py
a929dbd
import os
import random
import threading
import gradio as gr
with gr.Blocks() as demo:
gr.Markdown("""
# NFAA test
""")
demo.launch()