Update app.py
Browse files
app.py
CHANGED
@@ -24,4 +24,4 @@ def greet(img):
|
|
24 |
|
25 |
demo = gr.Interface(fn=greet, inputs=gr.Image(type="pil"), outputs="text")
|
26 |
|
27 |
-
demo.launch(
|
|
|
24 |
|
25 |
demo = gr.Interface(fn=greet, inputs=gr.Image(type="pil"), outputs="text")
|
26 |
|
27 |
+
demo.launch()
|