Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update app.py
Browse files
app.py
CHANGED
@@ -65,8 +65,8 @@ def greet(name):
|
|
65 |
|
66 |
if __name__ == "__main__":
|
67 |
try:
|
68 |
-
demo = gr.Interface(fn=greet, inputs="text", outputs="text")
|
69 |
-
demo.launch()
|
70 |
asyncio.run(main())
|
71 |
|
72 |
except Exception as e:
|
|
|
65 |
|
66 |
if __name__ == "__main__":
|
67 |
try:
|
68 |
+
#demo = gr.Interface(fn=greet, inputs="text", outputs="text")
|
69 |
+
#demo.launch()
|
70 |
asyncio.run(main())
|
71 |
|
72 |
except Exception as e:
|