Update app.py
Browse files
app.py
CHANGED
|
@@ -151,7 +151,7 @@ def main(img):
|
|
| 151 |
|
| 152 |
import gradio as gr
|
| 153 |
demo = gr.Interface(fn=main, inputs="image", outputs="json")
|
| 154 |
-
demo.launch(
|
| 155 |
|
| 156 |
|
| 157 |
|
|
|
|
| 151 |
|
| 152 |
import gradio as gr
|
| 153 |
demo = gr.Interface(fn=main, inputs="image", outputs="json")
|
| 154 |
+
demo.launch()
|
| 155 |
|
| 156 |
|
| 157 |
|