Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
lucas-ventura
/
chapter-llama
like
3
Running
on
Zero
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
lucas-ventura
commited on
Apr 2
Commit
3b83a0e
·
verified
·
1 Parent(s):
0d862c9
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -318,4 +318,4 @@ with gr.Blocks(title="Chapter-Llama") as demo:
318
319
if __name__ == "__main__":
320
# Launch the Gradio app
321
-
demo.launch(
share=True
)
318
319
if __name__ == "__main__":
320
# Launch the Gradio app
321
+
demo.launch()