nah0m commited on
Commit
78673b0
·
1 Parent(s): a5fb787

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(share=True);
 
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();