Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Vihang28
/
Number_plate_OCR
like
1
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Vihang28
commited on
Sep 27, 2023
Commit
1ae3e62
·
1 Parent(s):
bca2703
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -41,4 +41,4 @@ with gr.Blocks(title=title) as demo:
41
gr.Markdown(article)
42
43
if __name__ == '__main__':
44
-
demo.launch(
share=True
)
41
gr.Markdown(article)
42
43
if __name__ == '__main__':
44
+
demo.launch()