Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Q4234
/
a1
like
2
Runtime error
App
Files
Files
Community
Q4234
commited on
May 30, 2023
Commit
e1b6041
•
1 Parent(s):
b235afa
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-0
app.py
CHANGED
Viewed
@@ -1,5 +1,7 @@
1
import gradio as gr
2
3
def greet(name):
4
return "Hello " + name + "!!"
5
1
import gradio as gr
2
3
+
import ctransformers
4
+
5
def greet(name):
6
return "Hello " + name + "!!"
7