Spaces:
Runtime error
Runtime error
Commit
·
98a3583
1
Parent(s):
f43c697
Update app.py
Browse files
app.py
CHANGED
@@ -257,7 +257,7 @@ with gr.Blocks() as demo:
|
|
257 |
# load_data()
|
258 |
with gr.Row():
|
259 |
with gr.Column():
|
260 |
-
|
261 |
def backup_db():
|
262 |
shutil.copyfile(DB_FILE, "./reviews.db")
|
263 |
db = sqlite3.connect(DB_FILE)
|
|
|
257 |
# load_data()
|
258 |
with gr.Row():
|
259 |
with gr.Column():
|
260 |
+
gr.ChatInterface(predict)
|
261 |
def backup_db():
|
262 |
shutil.copyfile(DB_FILE, "./reviews.db")
|
263 |
db = sqlite3.connect(DB_FILE)
|