Spaces:
Build error
Build error
LawalAfeez
commited on
Commit
•
8c1f2d6
1
Parent(s):
0400d27
Update app.py
Browse files
app.py
CHANGED
@@ -102,6 +102,8 @@ answer5=gr.Interface(input_text5,inputs=gr.Textbox(label="Question"),outputs=gr.
|
|
102 |
|
103 |
demo=gr.Parallel(answer1,answer2,answer3,answer4,answer5,description=description)
|
104 |
|
105 |
-
|
|
|
|
|
106 |
|
107 |
|
|
|
102 |
|
103 |
demo=gr.Parallel(answer1,answer2,answer3,answer4,answer5,description=description)
|
104 |
|
105 |
+
|
106 |
+
if __name__ == "__main__":
|
107 |
+
demo.launch(debug=True)
|
108 |
|
109 |
|