gradio version requirements
Browse files
app.py
CHANGED
@@ -47,7 +47,7 @@ demo = gr.Interface(
|
|
47 |
)
|
48 |
## YOUR_CODE_ENDS_HERE
|
49 |
# print(demo.local_url)
|
50 |
-
|
51 |
|
52 |
# start a thread to run the demo
|
53 |
# import threading
|
|
|
47 |
)
|
48 |
## YOUR_CODE_ENDS_HERE
|
49 |
# print(demo.local_url)
|
50 |
+
demo.launch()
|
51 |
|
52 |
# start a thread to run the demo
|
53 |
# import threading
|