Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
chansung/llama2-with-gradio-chat
chansung
/
palm-with-gradio-chat
like
7
Runtime error
App
Files
Files
Community
2
chansung
commited on
Aug 16, 2023
Commit
a3a9516
•
1 Parent(s):
3ffe660
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -1,4 +1,5 @@
1
import os
2
import gradio as gr
3
4
from llama2 import GradioLLaMA2ChatPPManager
1
import os
2
+
import json
3
import gradio as gr
4
5
from llama2 import GradioLLaMA2ChatPPManager