Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
Duplicated from
openlifescienceai/open_medical_llm_leaderboard
ratnadiraw
/
open_medical_llm_leaderboard
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
565f4e3
open_medical_llm_leaderboard
/
app_empty.py
aaditya
add data
565f4e3
over 2 years ago
Raw
Download with hf CLI
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()