Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
aquilesbarreto/HPAI-BSC-Llama3-Aloe-8B-Alpha
whan12
/
HPAI-BSC-Llama3-Aloe-8B-Alpha
like
0
Runtime error
App
Files
Files
Community
whan12
commited on
Sep 3
Commit
cbbc538
•
1 Parent(s):
cd0eea9
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -1,3 +1,3 @@
1
import gradio as gr
2
3
-
gr.load("models/HPAI-BSC/Llama3-Aloe-8B-Alpha").launch()
1
import gradio as gr
2
3
+
gr.load("models/HPAI-BSC/Llama3-Aloe-8B-Alpha").launch(
share=True
)