Spaces:
Runtime error
Runtime error
John Smith
commited on
Commit
·
78ab230
1
Parent(s):
59d1b44
Update app.py
Browse files
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
|
| 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)),
|