Update app.py
Browse files
app.py
CHANGED
@@ -178,11 +178,11 @@ def func (message):
|
|
178 |
|
179 |
|
180 |
|
181 |
-
app = gr.Interface(
|
182 |
-
fn=func,
|
183 |
-
inputs=["text", "checkbox", gr.Slider(0, 100)],
|
184 |
-
outputs=["text", "number"],
|
185 |
-
)
|
186 |
|
187 |
|
188 |
app = gr.Interface(fn=factextraction, inputs="textbox", outputs="textbox", title="Conversation Bot")
|
|
|
178 |
|
179 |
|
180 |
|
181 |
+
#app = gr.Interface(
|
182 |
+
# fn=func,
|
183 |
+
# inputs=["text", "checkbox", gr.Slider(0, 100)],
|
184 |
+
# outputs=["text", "number"],
|
185 |
+
#)
|
186 |
|
187 |
|
188 |
app = gr.Interface(fn=factextraction, inputs="textbox", outputs="textbox", title="Conversation Bot")
|