publichealthsurveillance commited on
Commit
8045318
1 Parent(s): 9e008b8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -2
app.py CHANGED
@@ -1,7 +1,8 @@
1
  import ktrain
2
  import gradio as gr
3
- from gradio import TabbedInterface
4
- from gradio.mix import Parallel
 
5
 
6
  examples = [
7
  ["I only get my kids the ones I got....I've turned down many so called 'vaccines'"],
@@ -45,3 +46,5 @@ def model(text):
45
  # interface_names = ["Vaccine Sentiment Task", "Health Mention Task"]
46
 
47
  # TabbedInterface(interfaces, interface_names).launch()
 
 
 
1
  import ktrain
2
  import gradio as gr
3
+ from gradio import TabbedInterface, Parallel
4
+
5
+ """
6
 
7
  examples = [
8
  ["I only get my kids the ones I got....I've turned down many so called 'vaccines'"],
 
46
  # interface_names = ["Vaccine Sentiment Task", "Health Mention Task"]
47
 
48
  # TabbedInterface(interfaces, interface_names).launch()
49
+
50
+ """