Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
GSridhar1982/QA_Llama31_FineTuned
GSridhar1982
/
AIML_QA_Demo
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
GSridhar1982
commited on
Sep 29, 2024
Commit
d7b07aa
·
verified
·
1 Parent(s):
cc7b5b0
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -24,4 +24,4 @@ iface = gr.Interface(
24
outputs=gr.Textbox(label="Answer")
25
)
26
27
-
iface.launch(
debug=True
)
24
outputs=gr.Textbox(label="Answer")
25
)
26
27
+
iface.launch()