Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
shitijnigam
/
fastai_course
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
shitijnigam
commited on
Apr 3, 2024
Commit
aea4fa7
·
1 Parent(s):
0b016a9
added share=true
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -9,4 +9,4 @@ iface = gr.Interface(
9
outputs = "text"
10
)
11
12
-
iface.launch()
9
outputs = "text"
10
)
11
12
+
iface.launch(
share = True
)