Spaces:
Running
Running
Commit
·
b192efc
1
Parent(s):
d7b562d
Update app.py
Browse files
app.py
CHANGED
@@ -284,7 +284,7 @@ demo = gr.Interface(fn=predict,
|
|
284 |
# examples=[["cheetah.jpg"]],
|
285 |
)
|
286 |
|
287 |
-
demo.launch(
|
288 |
|
289 |
'''
|
290 |
image_blocks = gr.Blocks(css=css)
|
|
|
284 |
# examples=[["cheetah.jpg"]],
|
285 |
)
|
286 |
|
287 |
+
demo.launch()
|
288 |
|
289 |
'''
|
290 |
image_blocks = gr.Blocks(css=css)
|