File size: 147 Bytes
a929dbd
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
import os
import random
import threading

import gradio as gr

with gr.Blocks() as demo:
    gr.Markdown("""
    # NFAA test
    """)
demo.launch()