Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -177,7 +177,7 @@ iface = gr.Interface(
|
|
177 |
# === Enable GPU mode and launch
|
178 |
#@spaces.GPU
|
179 |
def main():
|
180 |
-
iface.launch(
|
181 |
|
182 |
if __name__ == "__main__":
|
183 |
main()
|
|
|
177 |
# === Enable GPU mode and launch
|
178 |
#@spaces.GPU
|
179 |
def main():
|
180 |
+
iface.launch()
|
181 |
|
182 |
if __name__ == "__main__":
|
183 |
main()
|