joheras commited on
Commit
27e5e0b
·
1 Parent(s): 22f4cfc

first commit

Browse files
Files changed (2) hide show
  1. app.py +7 -0
  2. model_regr_et_combined.joblib +3 -0
app.py ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ import gradio as gr
2
+
3
+ def greet(name):
4
+ return "Hello " + name + "!!"
5
+
6
+ iface = gr.Interface(fn=greet, inputs="text", outputs="text")
7
+ iface.launch()
model_regr_et_combined.joblib ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d09e3972d450a2f73d2b46f01b09551420f163b50151b0ae7031e0db3425b0cc
3
+ size 334106297