mbabazif commited on
Commit
59b4b59
1 Parent(s): e26aa98

add Application File

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -41,4 +41,6 @@ iface = gr.Interface(
41
  description="Enter a tweet to determine if the sentiment is negative, neutral, or positive." # Provide a brief description
42
  )
43
 
44
- iface.launch()
 
 
 
41
  description="Enter a tweet to determine if the sentiment is negative, neutral, or positive." # Provide a brief description
42
  )
43
 
44
+ iface.launch()
45
+
46
+ # with gr.Blocks() as demo: