Update app.py
Browse files
app.py
CHANGED
|
@@ -1,4 +1,5 @@
|
|
| 1 |
import gradio as gr
|
|
|
|
| 2 |
|
| 3 |
def fucntion(prompt):
|
| 4 |
response = requests.post("https://tommy24-testing45.hf.space/run/predict", json={
|
|
|
|
| 1 |
import gradio as gr
|
| 2 |
+
import requests
|
| 3 |
|
| 4 |
def fucntion(prompt):
|
| 5 |
response = requests.post("https://tommy24-testing45.hf.space/run/predict", json={
|