File size: 162 Bytes
905d713
 
 
 
 
0721ac7
905d713
1
2
3
4
5
6
7
import gradio as gr

def greet(name):
    return "Hello " + name + "!!"

iface = gr.Interface("basilkr/luke_ST_low", inputs="text", outputs="text")
iface.launch()