Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
runaksh
/
Medquad_qna_model
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
runaksh
commited on
Sep 5, 2023
Commit
ffe00c4
·
1 Parent(s):
8fced6f
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -52,5 +52,5 @@ iface = gradio.Interface(fn=generate_query_response,
52
outputs = out_response
53
)
54
55
-
iface.launch(debug = True
, share=True
)
56
52
outputs = out_response
53
)
54
55
+
iface.launch(debug = True)
56