Chris4K commited on
Commit
93ae85e
·
1 Parent(s): 36a3323

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
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")