Spaces:
Sleeping
Sleeping
adamtayzzz
commited on
Commit
•
d0a55ad
1
Parent(s):
b80c0fd
Update app.py
Browse files
app.py
CHANGED
@@ -87,5 +87,5 @@ def greet(text):
|
|
87 |
_,token_remained,_ = attack.output_analysis(outputs)
|
88 |
return time,token_remained.item()
|
89 |
|
90 |
-
iface = gr.Interface(fn=greet, inputs=["text"
|
91 |
iface.launch()
|
|
|
87 |
_,token_remained,_ = attack.output_analysis(outputs)
|
88 |
return time,token_remained.item()
|
89 |
|
90 |
+
iface = gr.Interface(fn=greet, inputs=["text"], outputs=["number","number"])
|
91 |
iface.launch()
|