Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
codewithRiz
/
Markiter_Assitance
like
0
Runtime error
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
codewithRiz
commited on
Jun 28, 2024
Commit
fe2a231
·
verified
·
1 Parent(s):
be4fd28
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -98,4 +98,4 @@ iface = gr.Interface(
98
)
99
100
if __name__ == "__main__":
101
-
iface.launch()
98
)
99
100
if __name__ == "__main__":
101
+
iface.launch(
share=True
)