p208p2002 commited on
Commit
805d055
β€’
1 Parent(s): 8c2fd38
react-qa/build/asset-manifest.json CHANGED
@@ -1,15 +1,15 @@
1
  {
2
  "files": {
3
- "main.css": "/embed/p208p2002/Transformer-QA-Decode-Visualize/static/css/main.572222cd.css",
4
- "main.js": "/embed/p208p2002/Transformer-QA-Decode-Visualize/static/js/main.3fe1a009.js",
5
- "static/js/787.e7ee5088.chunk.js": "/embed/p208p2002/Transformer-QA-Decode-Visualize/static/js/787.e7ee5088.chunk.js",
6
- "index.html": "/embed/p208p2002/Transformer-QA-Decode-Visualize/index.html",
7
- "main.572222cd.css.map": "/embed/p208p2002/Transformer-QA-Decode-Visualize/static/css/main.572222cd.css.map",
8
- "main.3fe1a009.js.map": "/embed/p208p2002/Transformer-QA-Decode-Visualize/static/js/main.3fe1a009.js.map",
9
- "787.e7ee5088.chunk.js.map": "/embed/p208p2002/Transformer-QA-Decode-Visualize/static/js/787.e7ee5088.chunk.js.map"
10
  },
11
  "entrypoints": [
12
  "static/css/main.572222cd.css",
13
- "static/js/main.3fe1a009.js"
14
  ]
15
  }
 
1
  {
2
  "files": {
3
+ "main.css": "/static/css/main.572222cd.css",
4
+ "main.js": "/static/js/main.08763cda.js",
5
+ "static/js/787.e7ee5088.chunk.js": "/static/js/787.e7ee5088.chunk.js",
6
+ "index.html": "/index.html",
7
+ "main.572222cd.css.map": "/static/css/main.572222cd.css.map",
8
+ "main.08763cda.js.map": "/static/js/main.08763cda.js.map",
9
+ "787.e7ee5088.chunk.js.map": "/static/js/787.e7ee5088.chunk.js.map"
10
  },
11
  "entrypoints": [
12
  "static/css/main.572222cd.css",
13
+ "static/js/main.08763cda.js"
14
  ]
15
  }
react-qa/build/index.html CHANGED
@@ -1 +1 @@
1
- <!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/embed/p208p2002/Transformer-QA-Decode-Visualize/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Web site created using create-react-app"/><link rel="apple-touch-icon" href="/embed/p208p2002/Transformer-QA-Decode-Visualize/logo192.png"/><link rel="manifest" href="/embed/p208p2002/Transformer-QA-Decode-Visualize/manifest.json"/><title>React App</title><script defer="defer" src="/embed/p208p2002/Transformer-QA-Decode-Visualize/static/js/main.3fe1a009.js"></script><link href="/embed/p208p2002/Transformer-QA-Decode-Visualize/static/css/main.572222cd.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
 
1
+ <!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Web site created using create-react-app"/><link rel="apple-touch-icon" href="/logo192.png"/><link rel="manifest" href="/manifest.json"/><title>React App</title><script defer="defer" src="/static/js/main.08763cda.js"></script><link href="/static/css/main.572222cd.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
react-qa/build/static/js/{main.3fe1a009.js β†’ main.08763cda.js} RENAMED
The diff for this file is too large to render. See raw diff
 
react-qa/build/static/js/{main.3fe1a009.js.LICENSE.txt β†’ main.08763cda.js.LICENSE.txt} RENAMED
File without changes
react-qa/build/static/js/{main.3fe1a009.js.map β†’ main.08763cda.js.map} RENAMED
The diff for this file is too large to render. See raw diff
 
react-qa/package.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "name": "react-qa",
3
- "homepage": "https://hf.space/embed/p208p2002/Transformer-QA-Decode-Visualize",
4
  "version": "0.1.0",
5
  "private": true,
6
  "dependencies": {
 
1
  {
2
  "name": "react-qa",
3
+ "homepage": "https://p208p2002-transformer-qa-decode-visualize.hf.space",
4
  "version": "0.1.0",
5
  "private": true,
6
  "dependencies": {
react-qa/src/App.js CHANGED
@@ -14,7 +14,7 @@ function App() {
14
  let request_qa_data = (e, _question = question, _context = context) => {
15
  set_is_wait_for_data(true)
16
  const { REACT_APP_IN_DEV = 'false' } = process.env;
17
- let api_url = 'https://hf.space/embed/p208p2002/Transformer-QA-Decode-Visualize/question-answer'
18
  if (REACT_APP_IN_DEV === 'true') {
19
  api_url = 'http://127.0.0.1:7860/question-answer'
20
  }
 
14
  let request_qa_data = (e, _question = question, _context = context) => {
15
  set_is_wait_for_data(true)
16
  const { REACT_APP_IN_DEV = 'false' } = process.env;
17
+ let api_url = 'https://p208p2002-transformer-qa-decode-visualize.hf.space/question-answer'
18
  if (REACT_APP_IN_DEV === 'true') {
19
  api_url = 'http://127.0.0.1:7860/question-answer'
20
  }