Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
kdamevski
/
conversational_uav_explorer
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
kdamevski
commited on
Aug 2, 2023
Commit
da2f06b
·
1 Parent(s):
4990e21
Upload folder using huggingface_hub
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -59,4 +59,4 @@ with gr.Blocks(theme='sudeepshouche/minimalist') as demo:
59
"Take off at your position.\n\n"
60
"Land now.")
61
62
-
demo.launch(
share=True
)
59
"Take off at your position.\n\n"
60
"Land now.")
61
62
+
demo.launch()