Spaces:
Sleeping
Sleeping
File size: 143 Bytes
08232dd |
1 2 3 4 5 6 7 8 9 |
# import gradio as gr
# from .cls_module import NpcBertCLS
# from .mlm_module import NpcBertMLM
def greet(name):
return "Hello " + name
|