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