John Smith commited on
Commit
78ab230
·
1 Parent(s): 59d1b44

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -1,8 +1,8 @@
1
  import tensorflow as tf
2
  import gradio as gr
3
  def image_mod(image):
4
-
5
- return image
6
 
7
  gr.Interface(fn=image_mod,
8
  inputs=gr.Image(shape=(224, 224)),
 
1
  import tensorflow as tf
2
  import gradio as gr
3
  def image_mod(image):
4
+ new_var = "y"
5
+ return new_var
6
 
7
  gr.Interface(fn=image_mod,
8
  inputs=gr.Image(shape=(224, 224)),