Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Duplicated from
aixsatoshi/NewJapaneseLLM
aixsatoshi
/
granite-3.0-1b-a400m-instruct-CPU
like
2
Running
App
Files
Files
Community
aixsatoshi
commited on
Jun 22
Commit
16e5a54
•
1 Parent(s):
e3f9b7b
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -148,5 +148,6 @@ with gr.Blocks(css=CSS) as demo:
148
)
149
150
151
if __name__ == "__main__":
152
demo.launch()
148
)
149
150
151
+
152
if __name__ == "__main__":
153
demo.launch()