Spaces:
Runtime error
Runtime error
John Smith
commited on
Commit
·
af9cd42
1
Parent(s):
61756fc
Update app.py
Browse files
app.py
CHANGED
@@ -1,7 +1,7 @@
|
|
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,
|
|
|
1 |
import tensorflow as tf
|
2 |
import gradio as gr
|
3 |
def image_mod(image):
|
4 |
+
print(image_mod)
|
5 |
return
|
6 |
|
7 |
gr.Interface(fn=image_mod,
|