Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Parthebhan
/
Automatidata_fare_estimator
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Parthebhan
commited on
Apr 10, 2024
Commit
7752d4f
·
verified
·
1 Parent(s):
eebe194
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -26,4 +26,4 @@ automatidata_ga = gr.Interface(fn=automatidata,
26
theme='dark'
27
)
28
29
-
automatidata_ga.launch(
auth = ('user','auto'),
share=True)
26
theme='dark'
27
)
28
29
+
automatidata_ga.launch(share=True)