Spaces:
Sleeping
Sleeping
samuel2424
commited on
Commit
·
b112629
1
Parent(s):
9342e63
Adding app file
Browse files- app.py +1 -8
- examples/cloudy.jpg +0 -0
- examples/dew.jpg +0 -0
- examples/fog.jpg +0 -0
- examples/frost.jpg +0 -0
- examples/hail.jpg +0 -0
- examples/lightning.jpg +0 -0
- examples/rain.jpg +0 -0
- examples/rainbow.jpeg +0 -0
- examples/shine.jpg +0 -0
- examples/snow.jpg +0 -0
- examples/sunrise.jpg +0 -0
- examples/tornado.jpg +0 -0
app.py
CHANGED
@@ -1,10 +1,3 @@
|
|
1 |
-
#!/usr/bin/env python3
|
2 |
-
# -*- coding: utf-8 -*-
|
3 |
-
"""
|
4 |
-
Created on Sun Dec 10 21:09:55 2023
|
5 |
-
|
6 |
-
@author: samuel
|
7 |
-
"""
|
8 |
import gradio as gr
|
9 |
import os
|
10 |
import torch
|
@@ -66,4 +59,4 @@ demo = gr.Interface(fn=predict,
|
|
66 |
|
67 |
|
68 |
demo.launch(debug=False,
|
69 |
-
share=False)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
import gradio as gr
|
2 |
import os
|
3 |
import torch
|
|
|
59 |
|
60 |
|
61 |
demo.launch(debug=False,
|
62 |
+
share=False)
|
examples/cloudy.jpg
ADDED
![]() |
examples/dew.jpg
ADDED
![]() |
examples/fog.jpg
ADDED
![]() |
examples/frost.jpg
ADDED
![]() |
examples/hail.jpg
ADDED
![]() |
examples/lightning.jpg
ADDED
![]() |
examples/rain.jpg
ADDED
![]() |
examples/rainbow.jpeg
ADDED
![]() |
examples/shine.jpg
ADDED
![]() |
examples/snow.jpg
ADDED
![]() |
examples/sunrise.jpg
ADDED
![]() |
examples/tornado.jpg
ADDED
![]() |