Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Zakia
/
DIARC
like
1
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Zakia
commited on
Nov 17, 2021
Commit
91c6517
·
1 Parent(s):
821f2ce
change output
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -5,7 +5,7 @@
5
import gradio as gr
6
7
def greet(age, gender, race, diabetes_type):
8
-
return "
Hello " + "
ALLAH
"
+ "!!"
9
10
11
5
import gradio as gr
6
7
def greet(age, gender, race, diabetes_type):
8
+
return "ALLAH"
9
10
11