Spaces:
Sleeping
Sleeping
Kate Forsberg
commited on
Commit
·
ed85849
1
Parent(s):
c21a7f5
added auth
Browse files
app.py
CHANGED
@@ -165,7 +165,7 @@ def send_message(message:str, history, request:gr.Request) -> Any:
|
|
165 |
demo = gr.ChatInterface(
|
166 |
fn=send_message,
|
167 |
)
|
168 |
-
demo.launch(
|
169 |
|
170 |
json_files = glob.glob("*.json")
|
171 |
for f in json_files:
|
|
|
165 |
demo = gr.ChatInterface(
|
166 |
fn=send_message,
|
167 |
)
|
168 |
+
demo.launch()
|
169 |
|
170 |
json_files = glob.glob("*.json")
|
171 |
for f in json_files:
|