GattoNero commited on
Commit
f16d61b
·
verified ·
1 Parent(s): dc12a23

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -105,7 +105,7 @@ class BasicAgent:
105
  response = self.llm.complete(question)
106
  return response.text
107
 
108
- '''
109
 
110
  def answer_with_media(question, uploaded_file):
111
  file_content = ""
@@ -137,7 +137,7 @@ gr.Interface(
137
  ).launch()
138
 
139
 
140
-
141
 
142
 
143
 
 
105
  response = self.llm.complete(question)
106
  return response.text
107
 
108
+
109
 
110
  def answer_with_media(question, uploaded_file):
111
  file_content = ""
 
137
  ).launch()
138
 
139
 
140
+ '''
141
 
142
 
143