Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
GT4SD
/
PatentToolkit
like
5
Runtime error
App
Files
Files
Community
3
Fetching metadata from the HF Docker repository...
thepolymerguy
commited on
Apr 8, 2023
Commit
2bde9e1
·
1 Parent(s):
b1b3f71
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -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)]