Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Duplicated from
openlifescienceai/open_medical_llm_leaderboard
Adeco
/
open_medical_llm_leaderboard
like
3
Running
App
Files
Files
Community
565f4e3
open_medical_llm_leaderboard
/
app_empty.py
aaditya
add data
565f4e3
8 months ago
raw
Copy download link
history
blame
Safe
153 Bytes
import
gradio
as
gr
def
greet
(
name
):
return
"Hello "
+ name +
"!!"
# iface = gr.Interface(fn=greet, inputs="text", outputs="text")
# iface.launch()