Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
lapa-llm
/
lapa
like
41
Running
on
Zero
App
Files
Files
Community
3
Fetching metadata from the HF Docker repository...
iamthewalrus67
commited on
Aug 20
Commit
3efdd79
·
1 Parent(s):
919bf29
Possible fix
Browse files
Files changed (1)
hide
show
app.py
+1
-5
app.py
CHANGED
Viewed
@@ -56,8 +56,4 @@ chatbot = gr.ChatInterface(
56
],
57
)
58
59
-
with gr
.
Blocks
()
as demo:
60
-
chatbot.render()
61
-
62
-
if __name__ == "__main__":
63
-
demo.launch()
56
],
57
)
58
59
+
chatbot
.
launch
()