thepolymerguy commited on
Commit
2bde9e1
1 Parent(s): b1b3f71

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -1,4 +1,5 @@
1
  import gradio as gr
 
2
 
3
  def add_text(history, text):
4
  history = history + [(text, None)]
 
1
  import gradio as gr
2
+ from tridentmodel import classification
3
 
4
  def add_text(history, text):
5
  history = history + [(text, None)]