Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
EuroEval
/
leaderboard
like
1
Running
App
Files
Files
Community
saattrupdan
commited on
Dec 24, 2024
Commit
9b54f99
·
verified
·
1 Parent(s):
b5a56eb
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -3,5 +3,5 @@ import gradio as gr
3
def main():
4
return gr.HTML("<h1>Test</h1>")
5
6
-
demo = gr.Interface(fn=
greet
)
7
demo.launch()
3
def main():
4
return gr.HTML("<h1>Test</h1>")
5
6
+
demo = gr.Interface(fn=
main
)
7
demo.launch()