Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
import gradio as gr
|
2 |
from PIL import Image, ImageColor
|
|
|
3 |
from back_task import *
|
4 |
|
5 |
# The function that does the hard work
|
|
|
1 |
import gradio as gr
|
2 |
from PIL import Image, ImageColor
|
3 |
+
#my back_task code being imported
|
4 |
from back_task import *
|
5 |
|
6 |
# The function that does the hard work
|