Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
aditira
/
admin-gradio
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
aditira
commited on
Oct 10, 2023
Commit
4dd7870
·
1 Parent(s):
83a2165
Upload folder using huggingface_hub
Browse files
Files changed (1)
hide
show
main.py
+1
-1
main.py
CHANGED
Viewed
@@ -21,4 +21,4 @@ iface = gr.Interface(fn=write_to_sheet,
21
outputs="text",
22
interpretation="default")
23
24
-
iface.launch(
share=True
)
21
outputs="text",
22
interpretation="default")
23
24
+
iface.launch()