Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -76,10 +76,6 @@ response = query_engine.query("What are several common symptoms of cataracts?")
|
|
76 |
print(response)
|
77 |
|
78 |
|
79 |
-
|
80 |
-
import locale
|
81 |
-
locale.getpreferredencoding = lambda: "UTF-8"
|
82 |
-
|
83 |
import gradio as gr
|
84 |
|
85 |
while True:
|
|
|
76 |
print(response)
|
77 |
|
78 |
|
|
|
|
|
|
|
|
|
79 |
import gradio as gr
|
80 |
|
81 |
while True:
|