Aryan Kumar
commited on
Commit
·
0d0178b
1
Parent(s):
894ea4f
modified: app.py
Browse files
app.py
CHANGED
@@ -77,7 +77,7 @@ intf = gr.Interface(fn=classify_image, inputs=image, outputs=label, examples=exa
|
|
77 |
intf.launch(inline=False)
|
78 |
|
79 |
# %%
|
80 |
-
intf.close()
|
81 |
|
82 |
# %% [markdown]
|
83 |
# ## Export
|
|
|
77 |
intf.launch(inline=False)
|
78 |
|
79 |
# %%
|
80 |
+
# intf.close()
|
81 |
|
82 |
# %% [markdown]
|
83 |
# ## Export
|