Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
BAKKALIAYOUB
/
llm-test
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
BAKKALIAYOUB
commited on
Jun 12, 2024
Commit
9689e4e
·
1 Parent(s):
17829c4
Test App
Browse files
Files changed (1)
hide
show
app.py
+2
-7
app.py
CHANGED
Viewed
@@ -1,8 +1,3 @@
1
-
from
fastapi
import
FastAPI
2
3
-
app = FastAPI
()
4
-
5
-
6
-
@app.get("/")
7
-
def greet_json():
8
-
return {"Hello": "World"}
1
+
import
gradio
as
gr
2
3
+
gr.load
(
"models/BAKKALIAYOUB/gemma_finetunned_FSTT"
)
.launch()