Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -15,5 +15,5 @@ def classify(text):
|
|
15 |
else:
|
16 |
return 'False'
|
17 |
|
18 |
-
iface = gr.Interface(fn=classify, inputs=["text", gr.inputs.Dropdown(["gpt2", "gpt-j-6B"]], outputs="text")
|
19 |
iface.launch()
|
|
|
15 |
else:
|
16 |
return 'False'
|
17 |
|
18 |
+
iface = gr.Interface(fn=classify, inputs=["text", gr.inputs.Dropdown(["gpt2", "gpt-j-6B"])], outputs="text")
|
19 |
iface.launch()
|