Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
cuh008
/
fastai_deeplearning
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Ulf Hammerschmied
commited on
Aug 9, 2023
Commit
1a359ff
·
1 Parent(s):
21a9ddb
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -23,4 +23,4 @@ grif = gr.Interface(fn=predict,
23
title=title,
24
description=description,
25
examples=examples)
26
-
grif.launch(
share=True
)
23
title=title,
24
description=description,
25
examples=examples)
26
+
grif.launch()