Spaces:
Running
Running
File size: 113 Bytes
b5a56eb |
1 2 3 4 5 6 7 |
import gradio as gr
def main():
return gr.HTML("<h1>Test</h1>")
demo = gr.Interface(fn=greet)
demo.launch() |