Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
krrishD
/
Kuber-Clerkie
like
0
Runtime error
App
Files
Files
Community
krrishD
commited on
Jan 4, 2023
Commit
89c098f
•
1 Parent(s):
2e0f10b
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -153,4 +153,4 @@ with gr.Blocks() as demo:
153
cache_examples=False,
154
)
155
if __name__ == "__main__":
156
-
demo.launch(debug=True
, share=True
)
153
cache_examples=False,
154
)
155
if __name__ == "__main__":
156
+
demo.launch(debug=True)