Spaces:
Runtime error
Runtime error
joybangla71
commited on
Commit
·
bd53a7f
1
Parent(s):
98a81e6
necessary files added
Browse filesadded the python file, the model parameters downloaded from Kaggle and example images
- app.py +7 -0
- fogsmog.jpeg +0 -0
- frost.jpeg +0 -0
- glaze.jpeg +0 -0
- hail.jpeg +0 -0
- model.pkl +3 -0
- rain.jpeg +0 -0
- rain_V.jpeg +0 -0
- rainbow.jpeg +0 -0
- requirements.txt +2 -0
- rime.jpeg +0 -0
- snow.jpeg +0 -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()
|
fogsmog.jpeg
ADDED
![]() |
frost.jpeg
ADDED
![]() |
glaze.jpeg
ADDED
![]() |
hail.jpeg
ADDED
![]() |
model.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8ce40f77cbe64c028a4a0f596aedd2a4e7d2a6b252ae7e86bf812aab864f3470
|
3 |
+
size 242227095
|
rain.jpeg
ADDED
![]() |
rain_V.jpeg
ADDED
![]() |
rainbow.jpeg
ADDED
![]() |
requirements.txt
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
fastai
|
2 |
+
scikit-image
|
rime.jpeg
ADDED
![]() |
snow.jpeg
ADDED
![]() |