Spaces:
Runtime error
Runtime error
ishaan-mital
commited on
Commit
·
b74c568
1
Parent(s):
d12dd87
initial commit
Browse files
app.py
CHANGED
@@ -75,4 +75,4 @@ def main(question):
|
|
75 |
demo = gr.Interface(main, inputs = "text", outputs = "text")
|
76 |
|
77 |
if __name__ == "__main__":
|
78 |
-
demo.launch(
|
|
|
75 |
demo = gr.Interface(main, inputs = "text", outputs = "text")
|
76 |
|
77 |
if __name__ == "__main__":
|
78 |
+
demo.launch()
|