Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
PitterTMYT
/
LLM
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
PitterTMYT
commited on
Aug 16, 2024
Commit
aedb111
·
verified
·
1 Parent(s):
d94fe02
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -86,4 +86,4 @@ iface = gr.Interface(
86
)
87
88
if __name__ == "__main__":
89
-
iface.launch()
86
)
87
88
if __name__ == "__main__":
89
+
iface.launch(
share=True, debug=True
)