aspgvu
commited on
Commit
·
57b6df6
1
Parent(s):
d401e1c
reboot app
Browse files
app.py
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
import gradio as gr
|
2 |
import requests
|
3 |
|
|
|
4 |
url = 'https://example.com/api/endpoint' # Replace with the actual API endpoint URL
|
5 |
|
6 |
def send_request(data, url):
|
|
|
1 |
import gradio as gr
|
2 |
import requests
|
3 |
|
4 |
+
reboot = None
|
5 |
url = 'https://example.com/api/endpoint' # Replace with the actual API endpoint URL
|
6 |
|
7 |
def send_request(data, url):
|