Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Thomslionel
/
storyGeneration
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Thomslionel
commited on
Dec 17, 2024
Commit
02f309f
路
verified
路
1 Parent(s):
27dd412
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+4
-0
app.py
CHANGED
Viewed
@@ -1,3 +1,7 @@
1
import streamlit as st
2
import torch
3
from unsloth import FastLanguageModel
1
+
import os
2
+
os.system('sh setup.sh')
3
+
4
+
5
import streamlit as st
6
import torch
7
from unsloth import FastLanguageModel