Spaces:
Runtime error
Runtime error
John Smith
commited on
Commit
·
61756fc
1
Parent(s):
3ff10a0
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 |
+
outputs
|
5 |
return
|
6 |
|
7 |
gr.Interface(fn=image_mod,
|