Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Smiley0707
/
Llama-3.1-8B
like
0
Running
on
Zero
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Smiley0707
commited on
Jul 29, 2024
Commit
460745e
·
verified
·
1 Parent(s):
155b4d7
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -108,5 +108,5 @@ with gr.Blocks(css=CSS, theme="soft") as demo:
108
)
109
110
111
-
if
_name_
==
"
__main__
"
:
112
demo.launch()
108
)
109
110
111
+
if
__name__
==
'
__main__
'
:
112
demo.launch()