Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -238,7 +238,7 @@ def classifyTimeFrame():
|
|
238 |
print(f"{label}: {confidence:.4f}")
|
239 |
print("\n")
|
240 |
|
241 |
-
iface = gr.Interface(fn=
|
242 |
iface.launch()
|
243 |
|
244 |
#Run the function
|
|
|
238 |
print(f"{label}: {confidence:.4f}")
|
239 |
print("\n")
|
240 |
|
241 |
+
iface = gr.Interface(fn=classifyTimeFrame, inputs="text", outputs="text")
|
242 |
iface.launch()
|
243 |
|
244 |
#Run the function
|