Spaces:
Sleeping
Sleeping
John Doe
commited on
Commit
·
d322c8d
1
Parent(s):
5c10ee6
ifacenote
Browse files
app.py
CHANGED
@@ -21,6 +21,7 @@ async def predict(input):
|
|
21 |
response = await api(input)
|
22 |
addr = await log(
|
23 |
timestamp = timestamp,
|
|
|
24 |
**api.metadata,
|
25 |
input = input,
|
26 |
output = response
|
|
|
21 |
response = await api(input)
|
22 |
addr = await log(
|
23 |
timestamp = timestamp,
|
24 |
+
interface = 'gradio',
|
25 |
**api.metadata,
|
26 |
input = input,
|
27 |
output = response
|