Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
tasal9
/
ZamAI-Mistral-7B-Pashto-space
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
tasal9
commited on
Oct 19
Commit
3f024db
Β·
verified
Β·
1 Parent(s):
77e29cd
π Add ZeroGPU support for better performance
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -1,5 +1,6 @@
1
import gradio as gr
2
import os
3
4
def test_model(input_text):
5
"""Simple test function"""
1
import gradio as gr
2
import os
3
+
import spaces
4
5
def test_model(input_text):
6
"""Simple test function"""