gmshroff commited on
Commit
afc9461
1 Parent(s): 5f32ca7

modified instruction string

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -35,9 +35,9 @@ gradio_interface = gr.Interface(
35
 
36
  response = requests.post("https://gmshroff-gmserver.hf.space/run/predict", json={
37
  "data": [
38
- "<some json string>",
39
  ]}).json()
40
-
41
  data = response["data"])
42
 
43
  ''')
 
35
 
36
  response = requests.post("https://gmshroff-gmserver.hf.space/run/predict", json={
37
  "data": [
38
+ "\<put some json string here\>",
39
  ]}).json()
40
+
41
  data = response["data"])
42
 
43
  ''')