MotzWanted's picture
Merge branch 'main' of https://huggingface.co/spaces/openlifescienceai/open_medical_llm_leaderboard
0259587
raw
history blame
No virus
168 Bytes
import gradio as gr
def greet(name):
return "Hello " + name + "!!"
# iface = gr.Interface(fn=greet, inputs="text", outputs="text")
# iface.launch()
# autocomplete