Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
kleinay
/
qasem-demo
like
10
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
kleinay
commited on
May 24, 2022
Commit
7072070
Β·
1 Parent(s):
6c83e4e
Update app.py
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
3
pipeline = QASemEndToEndPipeline()
4
5
1
import gradio as gr
2
3
+
from qasem import QASemEndToEndPipeline
4
pipeline = QASemEndToEndPipeline()
5
6