spdraptor commited on
Commit
b2e9e1e
·
verified ·
1 Parent(s): 9b68ef6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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