Update app.py
Browse files
app.py
CHANGED
|
@@ -13,4 +13,4 @@ def sepia(image):
|
|
| 13 |
import gradio as gr
|
| 14 |
|
| 15 |
# Write 1 line of Python to create a simple GUI
|
| 16 |
-
gr.Interface(fn=sepia, inputs="image", outputs="image").launch(
|
|
|
|
| 13 |
import gradio as gr
|
| 14 |
|
| 15 |
# Write 1 line of Python to create a simple GUI
|
| 16 |
+
gr.Interface(fn=sepia, inputs="image", outputs="image").launch();
|